fsl.nntpcache 285 B

12345678910111213141516
  1. ##
  2. ## fsl.nntpcache -- OSSP fsl configuration
  3. ##
  4. ident (nntpcache.*)/.+ q{
  5. prefix(
  6. prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
  7. )
  8. -> {
  9. debug: file(
  10. path="@l_prefix@/var/nntpcache/nntpcache.log",
  11. append=1, perm=0644
  12. )
  13. }
  14. };