diff --git a/app/backend/iptables.py b/app/backend/iptables.py index 2328aab..a374714 100644 --- a/app/backend/iptables.py +++ b/app/backend/iptables.py @@ -23,7 +23,7 @@ def set_chain(self): This does NOT create the chain and will not error if it doesn't exist. Use setup_whitelist_chain for that. """ - log.info('Whitelist chain: %s', self.config.chain) + log.debug('Whitelist chain: %s', self.config.chain) self.chain = iptc.Chain(self.filter_table, self.config.chain) def setup_whitelist_chain(self):