Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging to filesystem #56

Open
finnbear opened this issue Feb 8, 2020 · 1 comment
Open

Logging to filesystem #56

finnbear opened this issue Feb 8, 2020 · 1 comment
Milestone

Comments

@finnbear
Copy link
Member

finnbear commented Feb 8, 2020

Especially when in docker

@finnbear finnbear added Feature Improvements or additions to the bot. and removed Feature Improvements or additions to the bot. labels Feb 8, 2020
@finnbear finnbear added this to the V2 milestone Feb 8, 2020
@asheliahut
Copy link
Member

Add this to ansible files you make at startup. @finnbear
https://stackoverflow.com/questions/37195222/how-to-view-log-output-using-docker-compose-run

Run this to get current log output:
docker-compose logs -t -f --tail

To output to file run
docker-compose logs -f -t >> myDockerCompose.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants