mirror of
https://github.com/RanvierMUD/ranviermud
synced 2026-08-13 14:26:05 -04:00
* 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. |
||
|---|---|---|
| .. | ||
| .gitkeep | ||