Skip to content

What is the recommended way to overwrite the log level for Apache NiFi? #82

Answered by maltesander
turbolocust asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
please have a look here https://docs.stackable.tech/home/stable/concepts/logging/.
You should be able to do something like this:

nodes:
  roleGroups:
    default:
      replicas: 1
      config:
        logging:
          enableVectorAgent: true
          containers:
            nifi:
              console:
                level: INFO
              file:
                level: DEBUG
              loggers:
                ROOT:
                  level: DEBUG

Replies: 1 comment 1 reply

Comment options

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

Answer selected by turbolocust
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