Question:
- How do I configure Grails to send an e-mail with all log4j error messages (including exceptions) generated in the production environment?
Worth noting:
- This question pertains to Grails 1.1, the solution for Grails 1.0 is described here.
|
2
|
Question:
Worth noting:
|
|||
|
|
|
|
The solution is to add the following to the log4j-section of Config.groovy:
Plus adding sun-javamail.jar and activation.jar to the lib/-folder. This configuration has been tested and it works as intended. |
||
|
|