0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-09 07:29:11 +02:00

Add troubleshooting for log file generation

M2Shawning 2019-04-27 14:29:30 -05:00
parent 3dfc098918
commit 315ff7bd46

@ -57,6 +57,7 @@ If it works correctly and your IP is banned, you can unban the ip by running:
```
sudo fail2ban-client set bitwarden unbanip XX.XX.XX.XX
```
If Fail2Ban does not appear to be functioning, verify that the path to the Bitwarden log file is correct. For Docker: If the specified log file is not being generated and/or updated, make sure the `EXTENDED_LOGGING` env variable is set to true.
## Setting Up Fail2Ban for the Admin Page
@ -83,4 +84,4 @@ logpath = /path/to/bitwarden.log
maxretry = 5
bantime = 14400
findtime = 14400
```
``