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 when create log directory with non-root user #8

Closed blurty closed 2 months ago

blurty commented 7 years ago

使用非root用户执行程序的时候,无法在创建的日志文件夹中生成日志文件。