Access logs
#20
-
Hi, I'm trying to add fail2ban to this deployment. This requires parsing the seafile log files. Is there a way to access the log files? I've added Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
ggogel
Dec 27, 2021
Replies: 1 comment
-
Sorry for the late reply. When you set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ggogel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for the late reply. When you set
accesslog = '/proc/1/fd/1'
, then the acceslog will be accessible through thedocker logs
command.