ranviermud/log
Sean 6ecd03895b Logger (#156)
* Install winston, wrap it in a Logger class, implement it in the server executable to try it out.

* Make it possible to configure a 'logfile' and have it log everything to that file.

* Lots and lots of replacing util.log

* Wrap up replacing util with Logger.

* Use verbose for anything loading-related, and use info as the default logging level. Use warning in a few places where it may be important to know that something went wrong but it is not an actual error.

* Change all DIST and RESPAWN logs to use verbose level.

* Add logging directory, add more setup to do file logging and reorganize code in ranvier executable to keep all logger related setup together.

* Fix weird path issue for file logging, and remove logfile from ranvier.json

* Update documentation to include logfile setting.

* Remove instance of util.log left over from PvP branch, remove all requires of util since they are not needed.
2017-02-28 22:42:11 -05:00
..
.gitkeep Logger (#156) 2017-02-28 22:42:11 -05:00