I run my application on the server with this command java -jar backend-server-0-SNAPSHOT-microbundle.jar --logToFile backend.log
It generates a file then I can view the "logs" through tail -f backend.log.0
The problem is it doesn't log but the thrown exceptions. In my code it have a lot of LOG.info(..)
which I am expecting to view on the logs. What could be missing?