docker icon indicating copy to clipboard operation
docker copied to clipboard

Docker Logs - showing escape characters

Open oerp-odoo opened this issue 4 years ago • 0 comments

Does Odoo outputs some escape characters via docker, because when I run Odoo I see this:

Removing xproject_odoo_1 ... 
Removing xproject_db_1   ... 
[1A[2K
Removing xproject_db_1   ... [32mdone[0m
[1B[2A[2K
Removing xproject_odoo_1 ... [32mdone[0m
[2BRemoving network xproject_default

If I run Odoo normally (without docker), I dont see those characters in logs.

Is there a way to hide them?

P.S. currently not using any special options, just simply running default docker image.

oerp-odoo avatar Jan 23 '21 16:01 oerp-odoo