Skip to content

Log level configuration not taken into account #1314

Discussion options

You must be logged in to vote

You are mixing 2 loggers configuration, you want to enabled micronaut global configuration that is at root of the configuration :

logger:
  levels:
    io.micronaut: TRACE
    org.akhq: TRACE
akhq:
  server:
    access-log:
      enabled: true
      name: org.akhq.log.access

The both configuration is merged at startup

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tchiotludo
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
Converted from issue

This discussion was converted from issue #1312 on December 14, 2022 20:26.