• zhaozhao.zz's avatar
    add a new loglevel 'nothing' to disable logging (#12133) · 07ea2204
    zhaozhao.zz authored
    Users can record logs of different levels by setting the `loglevel`.
    However, sometimes there are many logs even at the warning level,
    which can affect the performance of Redis.
    
    For example, when a user accesses the tls-port using a non-encrypted link,
    Redis will log lots of "# Error accepting a client connection: ...".
    
    We can provide the ability to disable logging so that users can temporarily turn
    off logging and turn it back on after the problem is resolved.
    07ea2204
redis.conf 105 KB