Changeset 358 for trunk/grails-app/conf


Ignore:
Timestamp:
Feb 16, 2010, 9:01:07 AM (14 years ago)
Author:
gav
Message:

Added an application log view.
Reduced log file size and added CSS and JavaScript? to suite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/Config.groovy

    r353 r358  
    5959        rollingFile name:"appLog",
    6060                        file:"${logDirectory}/${appName}.log".toString(),
    61                         maxFileSize:'1MB',
     61                        maxFileSize:'300kB',
    6262                        maxBackupIndex:0,
    6363                        layout:pattern(conversionPattern: '%d{[EEE, dd-MMM-yyyy @ HH:mm:ss.SSS]} [%t] %-5p %c %x - %m%n')
Note: See TracChangeset for help on using the changeset viewer.