Commit graph

1 commit

Author SHA1 Message Date
Mag-nus
4d650bc8f9
Cleanup log.Info level messages (#2217)
* 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