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
Describe what you are trying to accomplish and why in non technical terms
I am using docker compose installation. All is good. However, every time I have to see the log, I must see the docker container log. There shall be the possibility to store the log in the log file. If this happens, we can store the log file external to the container, which is easy to share / maintain.
Describe the solution you'd like
Log shall not be only send to stderr (Standard screen) but shall be also routed to log file (configurable location)
Describe alternatives you've considered
As the logs are not stored there are no alternatives.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe what you are trying to accomplish and why in non technical terms
I am using docker compose installation. All is good. However, every time I have to see the log, I must see the docker container log. There shall be the possibility to store the log in the log file. If this happens, we can store the log file external to the container, which is easy to share / maintain.
Describe the solution you'd like
Log shall not be only send to stderr (Standard screen) but shall be also routed to log file (configurable location)
Describe alternatives you've considered
As the logs are not stored there are no alternatives.
Additional context
N/A
The text was updated successfully, but these errors were encountered: