Sdas0000 commented on issue #4815:
URL: https://github.com/apache/couchdb/issues/4815#issuecomment-1773280319

   It is in default.ini 
   
   https://github.com/apache/couchdb/blob/main/rel/overlay/etc/default.ini
   
   Line number 96 
    
   ; Sets the log level for informational compaction related entries.
   ;compaction_log_level = info
   
   
   
   
   I think it is coded : 
   
   167 | {Key, Starting1} ->
   -- | --
   168 | Level = smoosh_utils:log_level("compaction_log_level", "notice"),
   169 | LogMsg = "~s: Started compaction for ~s",
    
   252 | Capacity = smoosh_utils:capacity(State#state.name),
   253 | Level = smoosh_utils:log_level("compaction_log_level", "notice"),
   254 | LogMsg = "~s: enqueueing ~p to compact with priority ~p",
   
   
   


-- 
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: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to