Login attempts are not logged

Hello,

Logging works but doesn’t report any connection attempts.

Below, my configuration:

$ grep "LOG_FILE" /var/www/bitwardenrs/.env
LOG_FILE=/var/www/bitwardenrs/log/bitwardenrs.log
$ grep "LOG_LEVEL" /var/www/bitwardenrs/.env
LOG_LEVEL=trace
$ tail -f /var/www/bitwardenrs/log/bitwardenrs.log
[...]
[2020-09-03 14:40:25.471][hyper::http][TRACE] should_keep_alive( Http11, None )
[2020-09-03 14:40:25.471][hyper::buffer][TRACE] get_buf []
[2020-09-03 14:40:25.471][hyper::buffer][TRACE] reserved 0
[2020-09-03 14:40:25.471][hyper::buffer][TRACE] read_into_buf buf[0..0]
[2020-09-03 14:40:25.471][hyper::buffer][TRACE] read_into_buf at full capacity
[2020-09-03 14:40:25.471][hyper::buffer][TRACE] get_buf []
[...]

In advance, thanks!

Hello @aponsin,

Do you have any reverse proxy in front of bitwarden? Of so, could you check those logs and see what is logged there?

Hello @BlackDex,

Nothing special. The thing that surprises me is that the login attempts on the admin interface are logged…