Changes

Jump to navigation Jump to search
261 bytes added ,  09:37, 8 October 2021
m
no edit summary
Line 26: Line 26:  
     return logger
 
     return logger
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
== Basic config ==
 +
<syntaxhighlight lang="python3">
 +
logging.getLogger('proxy_factory')
 +
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s | %(name)s | %(levelname)s | %(message)s')
 +
</syntaxhighlight>
 +
 +
== Dict config ==
 +
[[Python logging dict config]]

Navigation menu