Skip to content

Commit c390aff

Browse files
committed
fix: error log
1 parent a4af033 commit c390aff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

f5_ctlr_agent/bigipconfigdriver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
from f5.bigip import ManagementRoot
4343

4444
log = logging.getLogger(__name__)
45+
log.propagate = False
4546
console = logging.StreamHandler()
4647
console.setFormatter(
4748
logging.Formatter("[%(asctime)s %(name)s %(levelname)s] %(message)s"))

0 commit comments

Comments
 (0)