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
In order to make Bedrock more operationally friendly to containerized
environments it is desirable to allow the application to log to STDOUT (and
potentially STDERR) rather than sending all log mesages to /dev/log.
The text was updated successfully, but these errors were encountered:
Oh that's interesting, can you help me understand how that normally works in a containerized environment? In practice we use syslog for everything, and it works great. Definitely curious to learn more about this!
In order to make Bedrock more operationally friendly to containerized
environments it is desirable to allow the application to log to
STDOUT
(andpotentially
STDERR
) rather than sending all log mesages to/dev/log
.The text was updated successfully, but these errors were encountered: