PragmaTwice commented on code in PR #2903: URL: https://github.com/apache/kvrocks/pull/2903#discussion_r2061988582
########## kvrocks.conf: ########## @@ -498,6 +498,16 @@ slowlog-log-slower-than 100000 # You can reclaim memory used by the slow log with SLOWLOG RESET. slowlog-max-len 128 +# If you need to record all slow logs to logfile additionally, set to yes. +# no means only record them in memory. +# Default: no +slowlog-save-to-logfile no + +# Record slow logs to logfiles with this level +# Possible values: info, warning +# Default: info +slowlog-log-level info Review Comment: Or, ast least we can merge these two option to one, e.g. `slowlog-dump-logfile-level off/info/warn` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
