##
##  fsl.portsentry -- OSSP fsl configuration
##

ident (portsentry)/.+ q{
    prefix(
        prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
    )
    -> {
        debug: file(
            path="@l_prefix@/var/portsentry/portsentry.log",
            perm=0644
        )
    }
};

