You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm still pretty new to logbook. And I would like to have it configured to dump log messages into a NoSQL (specifically mongodb) within a spring-boot application.
Accordingly, I added the following lines into my application.yml:
I tried mixing and matching log levels and so, but nothing seems to work. No matter I do, logs are
directly dumped into console (STDOUT) and nothing goes to mongodb.
Am I missing something?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
So I'm still pretty new to logbook. And I would like to have it configured to dump log messages into a NoSQL (specifically mongodb) within a spring-boot application.
Accordingly, I added the following lines into my application.yml:
and the following is how log4j2 is configured:
and the following is the list of related dependencies in my pom.xml:
I tried mixing and matching log levels and so, but nothing seems to work. No matter I do, logs are
directly dumped into console (STDOUT) and nothing goes to mongodb.
Am I missing something?
Thanks in advance
The text was updated successfully, but these errors were encountered: