-
Hi there docker logs blocky -f I get all logs of blocky for months since first start, so it takes too much time |
Beta Was this translation helpful? Give feedback.
Answered by
0xERR0R
May 18, 2023
Replies: 1 comment
-
Yes, you can tail last X lines or log entries sinceva date, see here https://docs.docker.com/engine/reference/commandline/logs/ I would also suggest to limit you Container logs and not to keep them forever. https://docs.docker.com/config/containers/logging/local/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
schebotar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can tail last X lines or log entries sinceva date, see here https://docs.docker.com/engine/reference/commandline/logs/
I would also suggest to limit you Container logs and not to keep them forever. https://docs.docker.com/config/containers/logging/local/