Closed jefferbrecht closed 1 month ago
thank you, we are looking into this. This should not have changed.
ok, so this was deliberate. https://github.com/apache/couchdb-pkg/commit/366942bb4ca42eafdf69b66471173686ef900631
In addition, since we're updating the RPM package, remove some of
deprecated/redundant settings needed for old CentOS-es:
- Log to journald instead of a file
we should have called this out in release notes.
--- a/rpm/SOURCES/10-filelog.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[log]
-writer = file
-file = /var/log/couchdb/couchdb.log
-level = info
Looks WAI then -- thanks for confirming!
I’ve added this to the release blog post:
Heads up RHEL (and compatible) users: our .rpm convenience binaries have changed logging from /var/log/couchdb/couchdb.log to logging to journald directly.
Description
On older versions (i.e. 3.3.3) couchdb would write to
/var/log/couchdb/couchdb.log
by default. As of 3.4.x this no longer appears to be the case. This is specific to RHEL 8 (I can't repro this on other Linux distros).Steps to Reproduce
Expected Behaviour
couchdb should write to
/var/log/couchdb/couchdb.log
by defaultYour Environment
Additional Context
I couldn't find anything in the 3.4.x release notes about changes to log writer defaults.