summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_app_log.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-03-24Disabled logging alerts to syslog.Valentin Bartenev1-1/+8
It feels to be causing more harm than good, because syslog() can be blocking, which is even more critical under resource exhaustion conditions when some alerts are expected.
2018-10-01Fixed error log time caching resolution.Valentin Bartenev1-1/+1
Thanks to 洪志道 (Hong Zhi Dao).
2018-06-25Removed '\r' and '\n' artifact macros.Igor Sysoev1-4/+4
2018-06-25Introduced nxt_length() macro.Valentin Bartenev1-2/+2
2018-03-05Reduced number of critical log levels.Valentin Bartenev1-1/+1
2017-09-22Removed fibers from compilation.Valentin Bartenev1-3/+9
It's not used anyway, but breaks building with musl. This closes issue #5 on GitHub.
2017-03-09Processes refactoring.Igor Sysoev1-1/+1
The cycle has been renamed to the runtime.
2017-01-17Initial version.Igor Sysoev1-0/+126