The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

logd - Handle glist logging

SYNOPSIS

        /path/to/logd 

COMMAND LINE SWITCHES AND OPTIONS

        Logd has no options or switches.

DESCRIPTION

        Logd reads from a unix domains socket and writes it
        out to the correct logfile depending on the line read.

        Logd recognizes log messages in the following order:

        "name=%s pid=%d message=%s\n"

CONFIGURATION

        Configuration is done in the script it self.
        Thogh this is preferred to be changed in the Makefile,
        this can be done in the script as well.

        In the first lines of sendd you can configure the following variables:
PREFIX
        The prefix path for glist.

FILES

LOGFILES IN PREFIX/var/log/glist
        Each daemon has it's own logfile.
PREFIX/var/run/logd.sock
        This is the unix domain socket the daemons writes their
        messages to.

VERSION

        This is version 1.00

BUGS

        None known as of this date :)

AUTHOR

        Ask Solem Hoel <ask@unixmonks.net>, http://www.unixmonks.net

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 2:

Unknown directive: =comment

Around line 236:

=cut found outside a pod block. Skipping to next block.