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!