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
While looking at our logs, I realized that we have a lot of: JobNotificationObserver does not handle X where X is JobQueued, JobStarted or JobFinished.
I am not sure where those come from?
Nonetheless, The problem is that this logger dumps all environment variables of the job, which might contain some sensitive information (like DB passwords since chronos doesnt integrate well with vault or other similar products).
Is there a way to avoid the logger from this class from dumping them?
The text was updated successfully, but these errors were encountered:
While looking at our logs, I realized that we have a lot of:
JobNotificationObserver does not handle X
where X isJobQueued
,JobStarted
orJobFinished
.I am not sure where those come from?
Nonetheless, The problem is that this logger dumps all environment variables of the job, which might contain some sensitive information (like DB passwords since chronos doesnt integrate well with vault or other similar products).
Is there a way to avoid the logger from this class from dumping them?
The text was updated successfully, but these errors were encountered: