Noisy stack_info in debug logs #135
Closed
LucasRoesler
started this conversation in
General
Replies: 3 comments
-
|
You know what, why not. If someone complains, we can add it as an option on registries. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
closed by #139 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Oh wow thanks, very fast! 🎉 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am an Airflow user, which uses
svcs, and when I enable debug logssvcsprints a lot of stack_info logs. It creates a lot of noise that actually makes it hard to debug and especially when I am working with other engineers that are not familiar with Airflow, it quickly becomes a false alarm "oh look there is an exception, you need to fix this first before we can help you".Is there any chance that you would consider removing the
stack_info=Truefrom debug logs? For example, these two linessvcs/src/svcs/_core.py
Line 302 in a5afe57
svcs/src/svcs/_core.py
Line 344 in a5afe57
Beta Was this translation helpful? Give feedback.
All reactions