Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
logback: suppress zookeeper warnings
Motivation: ZK logs transient errors at warning log level, thus confusing dCache admins. ``` 22 Aug 2024 10:43:19 (System) [] Session 0x10041c40b759013 for server xxxxxxx, Closing socket connection.... org.apache.zookeeper.ClientCnxn$SessionTimeoutException: Client session timed out, have not heard from .... at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1251) ``` Modification: Update logback config to suppress warning messages. Result: Less noise in the log files. Fixes: #7564 Acked-by: Lea Morschel Target: master Require-book: no Require-notes: yes
- Loading branch information