chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import logging
|
||||
|
||||
|
||||
def init():
|
||||
fmt = "%(levelname)s %(asctime)s %(filename)s:%(lineno)s] %(message)s"
|
||||
logging.basicConfig(
|
||||
format=fmt,
|
||||
level=logging.INFO,
|
||||
)
|
||||
Reference in New Issue
Block a user