I built package using play dist and deployed it to a webserver. Now it truncates application.log after every restart. What are the possible reasons for such behavior?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
It is done that way in the source code (delete log file on each restart), you can take a look at the source code here. To prevent that, you can provide an alternate For example, to create a log file in the user home folder (adapted from this documentation):
|
|||
|
|