Skip to content

Why don't I see any logs? #349

Answered by xtyuns
NadChel asked this question in Q&A
Jun 18, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

in the fact, this is not a problem with slf4j, because you are using log4j-slf4j2-impl, you can read the doc Configuration with YAML. Obviously, you need to add this dependency

<dependency>
    <groupId>com.fasterxml.jackson.dataformat</groupId>
    <artifactId>jackson-dataformat-yaml</artifactId>
    <version>2.15.2</version>
</dependency>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@NadChel
Comment options

Answer selected by NadChel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants