I have a JHipster application running and I would like to know where are the logs files. Where are they generated ? (It\'s a newbie question, but can\'t find anything)
I
Ok,
So here the answer to this:
There is a xml file logback.xml that you can find in the resources directory.
Configuration for console:
utf-8 [%p] %c - %m%n
For a File
...
Reference it at the end of the file