I already have AngularJS - Node.js app running localy and I can see logs of all levels on my browser after write in my code: console.log/info/error.
After dockerize my app and run docker image (docker-compose up), on my browser console I can see only console.info logs.
Question: How to achive all levels of logs (i need console.log the most) in my browser using app inside docker image?
I found what was wrong - one of my colleague added gulp task to select only INFO logs on production: