1. log4j with grails: How to get appender file name at run time? stackoverflow.comI am working on a grails app where in development mode, I log some calculations to a log file through log4j. I want to provide a service which will read the ... |
2. send log output to different files in grails 1.3.2 stackoverflow.comI want to have log output of my packages or classes in a specific appender. But everything is printed out to the root-logger. Here is my config:
|
3. How to exclude package from grails log4j appender stackoverflow.comI have an appender configured in
Now there is a special package inside the above packages which I don't want to log, e.g. ... |
4. Grails - log into files via appender stackoverflow.comThis post has NOT been accepted by the mailing list yet. Hi everyone, Thank you in advance for any help provided. I encounter a problem trying to keep track of my logs ... |