@ -29,7 +29,7 @@ func main(){
MaxAge : 30,
Development : true,
}
logger := logging.NewLogger()
logger := logging.NewLogger(opt)
logger.Info("this is a test log")
```