You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I run BunkerWeb in Docker, and I have just set up logging exactly as described in the documentation. I can open in UI->Logs the logfiles bw-scheduler.log and bw-ui.log, but when opening bunkerweb.log I get 500 error. In the UI log I can see the reason:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc5 in position 92409: invalid continuation byte
It appears as though UI expects utf-8 format, but the bunkerweb container emits the log in soma other format.
How to reproduce?
I used the compose file without any modifications.
Configuration file(s) (yaml or .env)
Relevant log output
BunkerWeb version
1.6.0
What integration are you using?
Docker
Linux distribution (if applicable)
No response
Removed private data
I have removed all private data from the configuration file and the logs
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
Hi! I run BunkerWeb in Docker, and I have just set up logging exactly as described in the documentation. I can open in UI->Logs the logfiles bw-scheduler.log and bw-ui.log, but when opening bunkerweb.log I get 500 error. In the UI log I can see the reason:
It appears as though UI expects utf-8 format, but the bunkerweb container emits the log in soma other format.
How to reproduce?
I used the compose file without any modifications.
Configuration file(s) (yaml or .env)
Relevant log output
BunkerWeb version
1.6.0
What integration are you using?
Docker
Linux distribution (if applicable)
No response
Removed private data
Code of Conduct
The text was updated successfully, but these errors were encountered: