HardySimpson / zlog

A reliable, high-performance, thread safe, flexsible, clear-model, pure C logging library.
Apache License 2.0
2.25k stars 721 forks source link

Fix #237 rotate fail #238

Closed LorewalkerZhou closed 1 year ago

LorewalkerZhou commented 1 year ago

Each time zlog rotates the logs, lock file will be opened. However, when the lock file already exists, this O_EXCL flag will cause the open command to return an error.