Skip to content

walac/simple-syslog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple log server

This is a simple log server programa. It creates an unix socket (by default /dev/log) and read log messages from it and writes to the configured log files.

Build

$ mkdir build
$ cd build
$ cmake ..
$ make

Run

To run it you can type './log-server -h' to the command line options. When running in daemon mode, it writes the messages to /var/log/messages, otherwise it writes to the files passed in the command line.

$ ./log-server -s /tmp/log /tmp/messages

About

Simple log server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published