shawniverson commented on code in PR #6738:
URL: https://github.com/apache/cloudstack/pull/6738#discussion_r994638625
##########
systemvm/debian/opt/cloud/templates/conntrackd.conf.templ:
##########
@@ -413,6 +413,9 @@ General {
# ESTABLISHED CLOSED TIME_WAIT CLOSE_WAIT for TCP
# }
}
+ Stats {
Review Comment:
from the man page for the General section:
```
[LogFile
<on|off|filename>](https://manpages.debian.org/testing/conntrackd/conntrackd.conf.5.en.html#LogFile)
Enable
[conntrackd(8)](https://manpages.debian.org/testing/conntrackd/conntrackd.8.en.html)
to log to a file.
Example: LogFile on
Default is off. The default logfile is /var/log/conntrackd.log.
[Syslog
<on|off|facility>](https://manpages.debian.org/testing/conntrackd/conntrackd.conf.5.en.html#Syslog)
Enable connection logging via Syslog. If you set the facility, use the
same as in the Stats section, otherwise you'll get a warning message.
Example: Syslog local0
Default is off.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]