-
Assuming I've made adjustments to the configuration of Bifröst, how I can debug the behavior better if the services does not react as I would expect? |
Beta Was this translation helpful? Give feedback.
Answered by
blaubaer
Dec 21, 2024
Replies: 1 comment
-
The easiest way is to start Bifröst with logging on debug level. This can be simply done by adding the argument The output should now contain more information. Do not forget to set it back to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
blaubaer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The easiest way is to start Bifröst with logging on debug level. This can be simply done by adding the argument
--log.level=DEBUG
to the call of the Bifröst executable.The output should now contain more information.
Do not forget to set it back to
--log.level=INFO
or simply remove the argument (INFO
is default) after finishing debugging - the output can be really a lot here. 😉