Add GROUP log category to log_config.xml.example since it was missing previously
This commit is contained in:
parent
0f66a136bc
commit
b961819115
@ -327,6 +327,14 @@
|
||||
<ConfigType Type="PACKET" Level="9" Color="Yellow" Enabled="False" Logs="3" />
|
||||
<ConfigType Type="TRACE" Level="9" Color="Yellow" Enabled="False" Logs="1" />
|
||||
</LogConfig>
|
||||
<LogConfig Category="GROUP">
|
||||
<ConfigType Type="INFO" Level="9" Color="WhiteBold" Enabled="True" Logs="3" />
|
||||
<ConfigType Type="WARNING" Level="9" Color="YellowBold" Enabled="True" Logs="3" />
|
||||
<ConfigType Type="ERROR" Level="9" Color="RedBold" Enabled="True" Logs="3" />
|
||||
<ConfigType Type="DEBUG" Level="9" Color="GreenBold" Enabled="False" Logs="3" />
|
||||
<ConfigType Type="PACKET" Level="9" Color="Yellow" Enabled="False" Logs="3" />
|
||||
<ConfigType Type="TRACE" Level="9" Color="Yellow" Enabled="False" Logs="1" />
|
||||
</LogConfig>
|
||||
<!-- ZONE Loggers -->
|
||||
<LogConfig Category="ZONE">
|
||||
<ConfigType Type="INFO" Level="9" Color="WhiteBold" Enabled="True" Logs="3" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user