Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Create symlink Dockerfile to read Heimdall app logs #124

Open
asingla76 opened this issue Apr 3, 2020 · 3 comments
Open

Create symlink Dockerfile to read Heimdall app logs #124

asingla76 opened this issue Apr 3, 2020 · 3 comments
Labels
enhancement New feature or request Intern Project A Good Task for the summer interns

Comments

@asingla76
Copy link

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

@rbclark
Copy link
Collaborator

rbclark commented Apr 6, 2020

Would you be able to put in a pull request with these changes?

@asingla76
Copy link
Author

Sure what branch we have the changes in?

@rbclark
Copy link
Collaborator

rbclark commented Apr 8, 2020

That would require you creating a fork of the repository, making the change, and then putting up a pull request up against the project.

@aaronlippold aaronlippold added enhancement New feature or request Intern Project A Good Task for the summer interns labels May 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request Intern Project A Good Task for the summer interns
Projects
None yet
Development

No branches or pull requests

3 participants