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
I was facing the same issue, but after making lot of changes log files are getting changed , but log messages are not inserted in the log file.
I made the following changes to logback-spring.xml
logFile.%d{yyyy-MM-dd}.log 90 utf-8 %date %level [%thread] %logger{10} [%file:%line] %msg%n 512 true