diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/file_defaults.d/my_app1.conf | 2 | ||||
| -rw-r--r-- | etc/file_defaults.d/my_app2.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/file_defaults.d/my_app1.conf b/etc/file_defaults.d/my_app1.conf index 32cdfaf..53f58f9 100644 --- a/etc/file_defaults.d/my_app1.conf +++ b/etc/file_defaults.d/my_app1.conf @@ -1,7 +1,7 @@ ; This is the test application configuration ; Log into the given file: -file_name=/tmp/log1 +file_name="/tmp/log1" ; Open once and keep open (default is 1) diff --git a/etc/file_defaults.d/my_app2.conf b/etc/file_defaults.d/my_app2.conf index da3a8a0..8240e07 100644 --- a/etc/file_defaults.d/my_app2.conf +++ b/etc/file_defaults.d/my_app2.conf @@ -1,7 +1,7 @@ ; This is the test application configuration ; Log into the given file: -file_name=/tmp/log2 +file_name="/tmp/log2" ; Open once and keep open (default is 1) |
