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

   The `default.ini` has two(!) places where we configure the compaction log 
level. One is in the `[couchdb]` section, and the other is in the `[smoosh]` 
section. The one in `[couchdb]` indicates when compaction actually happens, 
even if triggered manually via `/_compact` endpoint; and the one in `[smoosh]`, 
is for entries emitted by the smoosh auto-compactor service.
   
   Try setting both to `warning` (or both to`error`) and see if you see any 
emitted logs. Depending how you set the values, if it's at runtime you may want 
to call `_reload` or simply restart your nodes: 
https://docs.couchdb.org/en/stable/api/server/configuration.html#node-node-name-config-reload
   
   Good find @big-r81 that we never documented that config value. They are kind 
of low level that's probably why bit might be nice to document them 
nevertheless.


-- 
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]

Reply via email to