Sat, 22 Sep 2012 00:23:56 +0200
Further refine MySQL research induced sloppy patch changes.
1 ##
2 ## fsl.openvpn -- OSSP fsl configuration
3 ##
4
5 ident (openvpn)/.+ q{
6 prefix(
7 prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
8 )
9 -> {
10 debug: file(
11 path="@l_prefix@/var/openvpn/openvpn.log",
12 perm=0644, jitter=1, monitor=3600
13 )
14 }
15 };
16