JHipster - Log Files

前端 未结 6 1377
借酒劲吻你
借酒劲吻你 2021-02-06 04:50

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

6条回答
  •  忘了有多久
    2021-02-06 05:21

    I haven't dug into this but will soon. I think it works similar to log4j/slf4j. You need to define an appender with a file specification. http://logback.qos.ch/manual/configuration.html

    Rob

提交回复
热议问题