Trace log level - docs mistake or other issue? #2943
-
https://docs.flipt.io/configuration/overview#logging These docs say 'trace' is a valid log level that can be configured, but when I attempted to use it, I got this error:
Is this just an issue with the docs? Is there some way to enable more detailed logging than debug? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @tstraley ! Thanks for catching this, it is indeed a problem with the docs. Debug is currently the most detailed level of logging we provide. We used to use a logging library logrus which did have Trace logging. We've since switched to a better maintained and reportedly faster logging library zap which doesn't have TRACE level. I'll update the docs to reflect this, thanks again! Before I close, are you finding the current DEBUG level support lacking? |
Beta Was this translation helpful? Give feedback.
Hey @tstraley ! Thanks for catching this, it is indeed a problem with the docs. Debug is currently the most detailed level of logging we provide.
We used to use a logging library logrus which did have Trace logging.
We've since switched to a better maintained and reportedly faster logging library zap which doesn't have TRACE level.
I'll update the docs to reflect this, thanks again!
Before I close, are you finding the current DEBUG level support lacking?