Closed xolom closed 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Looking at https://github.com/linuxserver/fail2ban-confs/blob/master/filter.d/recidive.conf it seems its purpose is something similar to incremental banning.
I am a bit hesitant to remove the verbosity as it can be very useful when troubleshooting.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is locked due to inactivity
I'll add something to adjust verbosity.
This should be solved by https://github.com/linuxserver/docker-fail2ban/pull/17
We'll allow users to specify whatever verbosity they prefer for the container log output.
Execution of
fail2ban-client
with argument-vv
results in different log output formatting and thereforerecidive
jail doesn't work as expected.My workaround was a custom Dockerfile: