Sorry if this is a totally noobish question, but where do Play! logs go? e.g. if I'm trying to find a full stack trace and Play! tells me something like This exception has been logged with id 67hg12dhg, where do I go to find that log?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
In DEV mode logs go to the console. In PROD mode, logs are by default in logs/system.out Check out official documentation |
|||||||
|
play run myappinstead ofplay start myapp. – i.am.michiel Aug 29 '11 at 14:44