|
|
|
|
@ -16,15 +16,14 @@ map debug debug;
|
|
|
|
|
|
|
|
|
|
# default logging specification |
|
|
|
|
default (.+)/.+ q{ |
|
|
|
|
debug: |
|
|
|
|
prefix( |
|
|
|
|
prefix="%b %d %H:%M:%S <%L> $1[%P]: ", |
|
|
|
|
timezone=local |
|
|
|
|
) -> |
|
|
|
|
file( |
|
|
|
|
path="@l_prefix@/var/fsl/fsl.log", |
|
|
|
|
append=1, |
|
|
|
|
perm=0644 |
|
|
|
|
prefix="%b %d %H:%M:%S %N <%L> $1[%P]: " |
|
|
|
|
) |
|
|
|
|
-> { |
|
|
|
|
debug: file( |
|
|
|
|
path="@l_prefix@/var/fsl/fsl.log", |
|
|
|
|
perm=0644 |
|
|
|
|
) |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|