/daily-roll-logrus

Primary LanguageGoApache License 2.0Apache-2.0

How To Use

 logger := drl.GetLogger("test-module")

 logger.Info("hello world")

Where Log File Exist

By default, log files is in $HOME/logs/.

Change log files store path, set DAILY_ROLL_LOGRUS_LOG_PATH environment.