Search code examples
loggingclojurelogbackdatomic

How to disable Datomic logs?


I've configured my app's logback configuration and it turned out Datomic uses logback for it's logging and my console populated with Datomic's logs which I don't need.

How can I disable Datomic's logs?


Solution

  • The answer varies depending on which Datomic process you are talking about, and on where (other than the console) you want the logs to go.

    Datomic uses logback on the transactors, but uses SLF4J for indirection on the peers, and documents the configuration for both.