* Cleanup log.Info level messages
Log.info is the default console output and is intended for:
server startup
connection/disconnections
admin initiated command output
server shutdown
Log.Debug is the appropriate level for debug-type messages that are to be logged and audited at a later date, but not output to the console.
* Missed a couple
* Move HandleSalvaging from Warn to Debug
* Add some tags
* Couple more
* remove space between tags
* Update the log4net examples
* fix message
* Add requested tags
* more tags
2019-08-30 19:25:35 -05:00
Renamed from Source/ACE.Server/log4net.config.example (Browse further)