Skip to content

Commit

Permalink
Change message to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
radupotop committed Apr 16, 2024
1 parent 0ef2cc2 commit 67ec82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/backend/iptables.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 67ec82f

Please sign in to comment.