Change logging in production #296
ProfBrickz
started this conversation in
Ideas
Replies: 2 comments
-
This is a good idea, but we would still need a log for non-warnings/errors to determine if the formbar was misused and how and by who. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is definitely possible, and it would help streamline things for sure. However, we'd need to determine what exact information we should include and exclude. I believe that all error checking should still be in place no matter the build in case something unprecedented were to occur. |
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
-
Should we configure Winston to log selectively based on the environment variable in production? This could streamline logs by capturing only warnings, errors, and critical issues, reducing clutter in the production environment. However, there's a potential downside of limited logs hindering debugging in the production stage due to reduced information. What are your thoughts on this approach?
Beta Was this translation helpful? Give feedback.
All reactions