1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-07-05 17:30:12 +02:00
init/syslogd
David Oberhollenzer 61bc850984 usyslogd: merge log files for the same service
If a service provides an identifier string, write all messages for that
service itno a file named after that identifier instread of splitting it
up by facility ID in a sub directory.

This is supposed to cleanup and simplify the clutter created in /var/log.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-08-20 07:44:15 +02:00
..
backend.h usyslogd: more control over log rotate behaviour, command line processing 2018-08-16 22:48:55 +02:00
logfile.c usyslogd: merge log files for the same service 2018-08-20 07:44:15 +02:00
main.c usyslogd: at least create files/sockets relative to prefix path 2018-08-16 22:48:55 +02:00
Makemodule.am usyslogd: create abstraction for log stream management 2018-08-16 13:31:13 +02:00
proto.c usyslogd: store logs in subdirectory based on service identifier 2018-06-17 18:20:53 +02:00
proto.h [usyslogd] split off syslog parsing 2018-06-11 19:47:52 +02:00