You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a test issuer which is run at trace-level logging and is logging to stdout. This is preferred for me as the stdout is forwarded to kubectl logs.
However, after some amount of time (unclear if it is time-based or size-based; perhaps after some log rotation is triggered?), the flow to stdout stops. This is the only message:
OA4MP command line client state stored on Mon Jun 12 20:04:24 UTC 2023
Is it possible to keep the logs flowing?
The text was updated successfully, but these errors were encountered:
TL;DR -- The logger itself may get garbage collected after being unused for a period of time. Solution is to ensure a gratuitous strong reference to it.
I have a test issuer which is run at
trace
-level logging and is logging to stdout. This is preferred for me as the stdout is forwarded tokubectl logs
.However, after some amount of time (unclear if it is time-based or size-based; perhaps after some log rotation is triggered?), the flow to stdout stops. This is the only message:
Is it possible to keep the logs flowing?
The text was updated successfully, but these errors were encountered: