Need to refactor the logging system. Need to have multiple loggers and users can add their own. Loggers can goto different files with different rotation and settings. Right now there is just one log, and it will be HUGE and mixed with all packages logs.
This way I can have separate log files for auth, orm, http etc... and each package dev can have his own logger with log file.
Need to refactor the logging system. Need to have multiple loggers and users can add their own. Loggers can goto different files with different rotation and settings. Right now there is just one log, and it will be HUGE and mixed with all packages logs.
This way I can have separate log files for auth, orm, http etc... and each package dev can have his own logger with log file.