[Notice] Announcing the End of Demo Server [Read me]

log: Change the level for access and mail to INFO
Change the default log level for access and mail log from WARNING to LOG. WARNING is too high for them even in product mode.
@0ee3bf6415af6cf5afc26e29a75f7208b8f78082
--- conf/application-logger.xml.default
+++ conf/application-logger.xml.default
... | ... | @@ -65,11 +65,11 @@ |
65 | 65 |
<appender-ref ref="APPLICATION_LOG_FILE" /> |
66 | 66 |
</logger> |
67 | 67 |
|
68 |
- <logger name="access" level="WARNING"> |
|
68 |
+ <logger name="access" level="INFO"> |
|
69 | 69 |
<appender-ref ref="ACCESS_LOG_FILE" /> |
70 | 70 |
</logger> |
71 | 71 |
|
72 |
- <logger name="mail" level="WARNING"> |
|
72 |
+ <logger name="mail" level="INFO"> |
|
73 | 73 |
<appender-ref ref="MAIL_LOG_FILE" /> |
74 | 74 |
</logger> |
75 | 75 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?