Initial
This commit is contained in:
parent
804871bd04
commit
281bd030a0
9 changed files with 201 additions and 36 deletions
4
dotgift/logger.py
Normal file
4
dotgift/logger.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
import logging
|
||||
|
||||
logging.basicConfig(format="%(asctime)s - %(message)s", datefmt="%d-%b-%y %H:%M:%S")
|
||||
logger = logging.getLogger(__name__)
|
Loading…
Add table
Add a link
Reference in a new issue