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
One of the reasons why we prefer stdout is because we want to utilize external tools such as fluentd, logstash, filebeat, etc, to retrieve logs and transport them to another backend.
We would like to see built-in support for stdout transport for our usecase.
The text was updated successfully, but these errors were encountered:
In docker environment, it's easier to check logs via
stdout
. This is an example on how we patchlogger.js
to useconsole
instead ofrotated file
: https://github.com/GluuFederation/docker-oxPassport/blob/0129ae05059e71f87063c936418f9aff903a4f35/logger.js#L38.One of the reasons why we prefer
stdout
is because we want to utilize external tools such as fluentd, logstash, filebeat, etc, to retrieve logs and transport them to another backend.We would like to see built-in support for
stdout
transport for our usecase.The text was updated successfully, but these errors were encountered: