How to get less verbose logging? #191
Unanswered
rlbrillband
asked this question in
Q&A
Replies: 1 comment
-
It looks to me like all of the output lines you posted constitute one tracing event. I don't recognize this particular output format, so that might be due to AWS (which I am mostly unfamiliar with), but I think this accurately represents the data captured for a single tracing event. |
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
-
Apologies if this is the wrong place to ask, I'm not too sure which part of the tracing stack would have the config I'm looking for....
I've managed to setup some logging, with a function something like this:
This works... But the logs I get in AWS are very verbose. I get a whole lot of waffle like this:
I don't think I need this information. I certainly don't need it across so many different log entries (every line here is a separate log line). I've been looking through the various ways to try and refine it, but with no success thus far.
It's quite possible that I'm using the library wrong. Any insights would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions