Revision tags: v7.0.2, v6.6.3, v7.0.1, v7.0.0, v6.6.2, v6.5.2, v6.6.1, v6.0.5, v6.6.0, v6.5.1, v6.0.4, v6.5.0, v6.0.3, v5.5.4, v5.5.5 |
|
#
04c1c8ec |
| 20-Mar-2019 |
Trond Norbye <trond.norbye@gmail.com> |
Remove config.h Change-Id: I79eb8c762971255db9d36a5f6461a8a6d0f29249 Reviewed-on: http://review.couchbase.org/106517 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Dave
Remove config.h Change-Id: I79eb8c762971255db9d36a5f6461a8a6d0f29249 Reviewed-on: http://review.couchbase.org/106517 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Dave Rigby <daver@couchbase.com>
show more ...
|
Revision tags: v5.5.6, v6.0.1, v5.5.3, v6.0.0, v5.1.3, v5.5.2 |
|
#
0238430f |
| 22-Aug-2018 |
Ben Huddleston <ben.huddleston@couchbase.com> |
MB-30798: Update spdlog to version 1.1 As we need to make changes to spdlog we should first update our version of it to 1.1. Make the necessary changes to our code to use the new spd
MB-30798: Update spdlog to version 1.1 As we need to make changes to spdlog we should first update our version of it to 1.1. Make the necessary changes to our code to use the new spdlog api. Use the new buffer/size style string returned by fmtlib where we perform custom formatting. Change-Id: I616628d50008758e21a54003cf676c1eb3109cc9 Reviewed-on: http://review.couchbase.org/100224 Reviewed-by: Dave Rigby <daver@couchbase.com> Tested-by: Build Bot <build@couchbase.com>
show more ...
|
Revision tags: v5.5.1, v5.1.2, v5.1.1 |
|
#
61fee275 |
| 25-Jan-2018 |
Trond Norbye <trond.norbye@gmail.com> |
Cleanup: const members of the rotating sink These members can't be changed after the object is created and should be marked as const. Change-Id: I2178117baeaad4003dd600f6f8d5ac2
Cleanup: const members of the rotating sink These members can't be changed after the object is created and should be marked as const. Change-Id: I2178117baeaad4003dd600f6f8d5ac2582fb7525 Reviewed-on: http://review.couchbase.org/88362 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Dave Rigby <daver@couchbase.com>
show more ...
|
#
7fa77746 |
| 25-Jan-2018 |
Trond Norbye <trond.norbye@gmail.com> |
Cleanup: Remove unused max_files in spdlogger It is the responsibility of ns_server to clean up the files which isn't supposed to be collected. Change-Id: I914aaa654346937ea0c60
Cleanup: Remove unused max_files in spdlogger It is the responsibility of ns_server to clean up the files which isn't supposed to be collected. Change-Id: I914aaa654346937ea0c60ea3f52bea4aa16fc85c Reviewed-on: http://review.couchbase.org/88361 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Dave Rigby <daver@couchbase.com>
show more ...
|
#
61f006ad |
| 19-Jan-2018 |
Trond Norbye <trond.norbye@gmail.com> |
MB-27665: Fix problems with EMFILE for spdlogger Continue to log to the same file if we encounter problems opening the next log file. Change-Id: Ia35a5aa4f6f320704725ae1c987bd58
MB-27665: Fix problems with EMFILE for spdlogger Continue to log to the same file if we encounter problems opening the next log file. Change-Id: Ia35a5aa4f6f320704725ae1c987bd581d605a637 Reviewed-on: http://review.couchbase.org/88134 Reviewed-by: Tim Bradgate <tim.bradgate@couchbase.com> Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Dave Rigby <daver@couchbase.com>
show more ...
|
#
14052dea |
| 19-Jan-2018 |
Trond Norbye <trond.norbye@gmail.com> |
Refactor: move the spdlogger to memcached_logger Instead of doing dynamic loading of the logger it is linked into the binary. Change-Id: I1577397cc29ecd4f73a50836391a985bac94fe7
Refactor: move the spdlogger to memcached_logger Instead of doing dynamic loading of the logger it is linked into the binary. Change-Id: I1577397cc29ecd4f73a50836391a985bac94fe7f Reviewed-on: http://review.couchbase.org/88092 Reviewed-by: Dave Rigby <daver@couchbase.com> Reviewed-by: Tim Bradgate <tim.bradgate@couchbase.com> Tested-by: Build Bot <build@couchbase.com>
show more ...
|
Revision tags: v5.0.1 |
|
#
7396ee9c |
| 07-Dec-2017 |
Eugen-Alexandru Virtan <eugen.virtan@couchbase.com> |
MB-25624[1]: Add a file logger implementation which uses spdlog Add a file logger implementation which uses spdlog, based on the model of file_logger.cc. It preserves the behaviour and l
MB-25624[1]: Add a file logger implementation which uses spdlog Add a file logger implementation which uses spdlog, based on the model of file_logger.cc. It preserves the behaviour and log format of our current logger and uses the same extension interface. Change-Id: I68a550e099621ca91c08ea8b9708a3ae3fb6d0b8 Reviewed-on: http://review.couchbase.org/86523 Reviewed-by: Trond Norbye <trond.norbye@gmail.com> Tested-by: Build Bot <build@couchbase.com>
show more ...
|