fsl.lsh 256 B

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