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

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git


The following commit(s) were added to refs/heads/main by this push:
     new c5fddd1  No need to set log level to info
c5fddd1 is described below

commit c5fddd1aa44c3298635ce972f9187ead58938e98
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