Logging #526
rgstephens
started this conversation in
Ideas
Logging
#526
Replies: 1 comment
-
Thanks for starting this, @rgstephens! This is definitely of interest. We should work out if this should be a purely debug feature (like the debug file feature you started), or to also have an option to log these in production to the standard output. We also need to check if there would be significant performance implications. Happy to explore this further with you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting to know understand the state machine and the code base better and have a question about logging going forward. Following the events is helpful to understand why flows are working as expected and the logging really helps with this. But, I don't see currently any production structured logging.
The struct log project has some good points about the importance of structured logging and logging in production.
I started a branch to add an option to write to a logfile with structlog. I think a debug log would also need to be supported with the
server
option.Is a PR along these lines something of interest to the team?
Beta Was this translation helpful? Give feedback.
All reactions