neft_outward
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import logging
|
||||
|
||||
def setup_logging():
|
||||
logging.basicConfig(
|
||||
level=logging.INFO,
|
||||
format="%(asctime)s [%(levelname)s] %(name)s - %(message)s"
|
||||
)
|
||||
|
||||
def get_logger(name):
|
||||
return logging.getLogger(name)
|
||||
Reference in New Issue
Block a user