URL: https://github.com/freeipa/freeipa/pull/5264 Author: stanislavlevin Title: #5264: [ipatests] Raise log level of 389-ds replication Action: opened
PR body: """ - change log level for replication debugging According to the docs: ``` default level of logging(16384) used for critical errors and other messages that are always written to the error log. Messages at this level are always included in the error log, regardless of the log level setting. ```
- always flush the access logs to filesystem During the testing access logs may be written with a significant delay, this results in logs are not collected by this test node, but for example, the next one.
- as of now, the changes on `cn=config` are made after the installation of a server or replica. If an error occurs during these stages, then the actual log level will be the default and not as expected. """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5264/head:pr5264 git checkout pr5264
URL: https://github.com/freeipa/freeipa/pull/5264 Author: stanislavlevin Title: #5264: [ipatests] Raise log level of 389-ds replication Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5264/head:pr5264 git checkout pr5264
freeipa-devel@lists.fedorahosted.org