-
Hi! Watchtower runs great. It keeps all my containers up-to-date. But sadly all my logs are wiped after each update. Is there a way to keep the logs of an updated container? |
Beta Was this translation helpful? Give feedback.
Answered by
zoispag
Jul 29, 2020
Replies: 1 comment 1 reply
-
Not sure how this would affect synology logs, but maybe you can use a different logging driver. From docs:
As long as docker logs work, I suspect that Synology GUI will fetch them. So you need to find a way to persist the file, between container re-creation. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
simskij
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure how this would affect synology logs, but maybe you can use a different logging driver.
From docs:
As long as docker logs work, I suspect that Synology GUI will fetch them. So you need to find a way to persist the file, between container re-creation.