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
Right now the translator outputs all debug and above log messages, regardless of deployment method. We should 1) not do that, it's noisy AF. 2) make that a configurable setting (via an env var or some config file).
Bonus points if we go and actually update logging in translator to use shared settings, and do an audit of what log levels we are using.
The text was updated successfully, but these errors were encountered:
Right now the translator outputs all debug and above log messages, regardless of deployment method. We should 1) not do that, it's noisy AF. 2) make that a configurable setting (via an env var or some config file).
Bonus points if we go and actually update logging in translator to use shared settings, and do an audit of what log levels we are using.
The text was updated successfully, but these errors were encountered: