-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running in docker container should output logs to stdout/stderr #1650
Comments
From what i see logging to console has been disabled manually in all environments, do you need this to work for all or just prod and maybe staging? I think enabling it in dev would not be a good idea since it will make seeing your own logs while debugging harder. |
It should be a configuration option/runtime configuration. The source code should not be aware of runtime "environments" at all. However, build environments are OK and one can configure "dev" and "prod", where always prod is deployed and dev is used for development. |
Added ENABLE_CONSOLE_LOG environment variable to allow logging to console. ref: #1650
Added ENABLE_CONSOLE_LOG environment variable to allow logging to console. ref: #1650
Added ENABLE_CONSOLE_LOG environment variable to allow logging to console. ref: #1650
Added ENABLE_CONSOLE_LOG environment variable to allow logging to console. ref: #1650
No description provided.
The text was updated successfully, but these errors were encountered: