| 1234567891011121314151617 |
- ##
- ## fsl.powerdns -- OSSP fsl configuration for PowerDNS DNS-Server
- ##
- ident (powerdns)/.+ q{
- prefix(
- prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
- )
- -> {
- debug: file(
- path="@l_prefix@/var/powerdns/powerdns.log",
- append=1, perm=0600
- )
- }
- };
|