summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_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-06-25Removed '\r' and '\n' artifact macros.Igor Sysoev1-4/+4
2018-03-05Reduced number of critical log levels.Valentin Bartenev1-4/+2
2017-01-23Introducing tasks.Igor Sysoev1-0/+2
2017-01-17Initial version.Igor Sysoev1-0/+112