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
{{ message }}
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
create symlink between Heimdall log directory and the /dev/stdout and /dev/stderr in the Dockerfile, so that Docker daemon could pick those by default.
RUN ln -sf /dev/stdout /var/log/production.log
&& ln -sf /dev/stderr /var/log/production.log
The text was updated successfully, but these errors were encountered:
create symlink between Heimdall log directory and the /dev/stdout and /dev/stderr in the Dockerfile, so that Docker daemon could pick those by default.
RUN ln -sf /dev/stdout /var/log/production.log
&& ln -sf /dev/stderr /var/log/production.log
The text was updated successfully, but these errors were encountered: