donnie4w / go-logger

High-performance Go logging library, with concurrency performance 10 times or more faster than the official library. Go高性能日志库,适用于高并发场景,并发性能是官方库10倍或以上
https://tlnet.top/logdoc
BSD 3-Clause "New" or "Revised" License
305 stars 103 forks source link

fix bug: FileMode error in os.OpenFile #1

Closed szqh97 closed 2 months ago

szqh97 commented 10 years ago
  1. fix bug: 如果日志文件不存在,创建的日志文件权限为0,没法写入
  2. 日志级别改为大写