Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
We currently don't log the path in trace level logging.
Also, we (arguably) log too much: multiple GB per minute. As is, it's almost impossible to enable trace level logging. To solve this problem, we can use sampling to only log eg. 1% of the calls.
If there are a lot of calls, it might also make sense to log stack traces once in a while (sparsingly), to find out where the bulk of the method calls originate.