We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4af033 commit c390affCopy full SHA for c390aff
1 file changed
f5_ctlr_agent/bigipconfigdriver.py
@@ -42,6 +42,7 @@
42
from f5.bigip import ManagementRoot
43
44
log = logging.getLogger(__name__)
45
+log.propagate = False
46
console = logging.StreamHandler()
47
console.setFormatter(
48
logging.Formatter("[%(asctime)s %(name)s %(levelname)s] %(message)s"))
0 commit comments