[성현모] Healty 추가
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
<appender name="Console" type="log4net.Appender.ManagedColoredConsoleAppender">
|
||||
<layout type="log4net.Layout.PatternLayout">
|
||||
<conversionPattern value="[%date] [%thread] %-6level: %message%newline" />
|
||||
<conversionPattern value="[%date] [%thread] %-2level: %message%newline" />
|
||||
</layout>
|
||||
<mapping>
|
||||
<level value="FATAL" />
|
||||
@ -34,6 +34,10 @@
|
||||
<foreColor value="Blue" />
|
||||
</mapping>
|
||||
|
||||
<mapping>
|
||||
<level value="EXCEPTION" />
|
||||
<foreColor value="DarkRed" />
|
||||
</mapping>
|
||||
<mapping>
|
||||
<level value="DB" />
|
||||
<foreColor value="DarkMagenta" />
|
||||
|
||||
Reference in New Issue
Block a user