This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch info-level-is-the-default
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git

commit 0681c6b1349082343fd7b0b2c43cd15e1d9cfe10
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Thu Aug 22 13:13:40 2024 -0400

    No need to set log level to info
    
    That's the default anyway
    
    ```
    > couch_log_config:get(report_level).
    info
    ```
    
    Also mentioned in the default.ini:
    
    
https://github.com/apache/couchdb/blob/d38f14f7d777b7cda79b9862ee304150ad3418ea/rel/overlay/etc/default.ini#L716
---
 debian/10-filelog.ini | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/10-filelog.ini b/debian/10-filelog.ini
index 6e0d7cf..05f995f 100644
--- a/debian/10-filelog.ini
+++ b/debian/10-filelog.ini
@@ -1,4 +1,3 @@
 [log]
 writer = file
 file = /var/log/couchdb/couchdb.log
-level = info

Reply via email to