fsl.pound 281 B

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