diff options
author | Kim <UnicronNL@users.noreply.github.com> | 2017-04-27 20:13:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-27 20:13:18 +0200 |
commit | 77cf2ae1cfc281ab11d3fa5ddc73c11bcb60ccd9 (patch) | |
tree | 61928939837ac0d07d59dda8bc66ebcbaeb70c9b | |
parent | dbac28471c765f6192c7cadf28f1d5f96aebe83c (diff) | |
download | conntrack-tools-VyOS_1.2-2019Q4.tar.gz conntrack-tools-VyOS_1.2-2019Q4.zip |
change default logging to offHEADVyOS_1.2-2019Q4current
-rw-r--r-- | debian/conntrackd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/conntrackd.conf b/debian/conntrackd.conf index 6d76261..97c2bb4 100644 --- a/debian/conntrackd.conf +++ b/debian/conntrackd.conf @@ -89,7 +89,7 @@ Stats { # Logfile: on, off, or a filename # Default file: (/var/log/conntrackd-stats.log) # - LogFile on + LogFile off # # Enable connection logging via Syslog. Default is off. |