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?
Sorry if this is a totally noobish question, but where do Play! logs go?
Share
In DEV mode logs go to the console.
In PROD mode, logs are by default in logs/system.out
Check out official documentation