mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-25 06:07:46 +00:00
Fixing World nlog.
This commit is contained in:
parent
91549bff7a
commit
c14b117947
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
<rules>
|
||||
<!-- add your logging rules here -->
|
||||
<logger name='*' minlevel='Trace' writeTo='file' />
|
||||
<logger name='Meteor.Map.Program' minlevel='Trace' writeTo='console' />
|
||||
<logger name='Meteor.World.Program' minlevel='Trace' writeTo='console' />
|
||||
<logger name='Meteor.Common.*' minlevel='Debug' writeTo='packets' />
|
||||
<!--
|
||||
Write all events with minimal level of Debug (So Debug, Info, Warn, Error and Fatal, but not Trace) to "f"
|
||||
|
|
Loading…
Add table
Reference in a new issue