refactor(logging): set log level to INFO
This commit is contained in:
@@ -16,7 +16,7 @@ async def main():
|
||||
|
||||
if __name__ == "__main__":
|
||||
logging.basicConfig(
|
||||
level=logging.DEBUG,
|
||||
level=logging.INFO,
|
||||
format="%(asctime)s | %(levelname)-7s | %(name)-20s | %(message)s",
|
||||
datefmt="%H:%M:%S",
|
||||
handlers=[logging.StreamHandler()],
|
||||
|
||||
Reference in New Issue
Block a user