Initial Root logging
This commit is contained in:
parent
90ae71463d
commit
d1103e66cf
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
# see
|
||||
import logging
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
logging.basicConfig(filename='bapsicle_log.log', level=logging.INFO)
|
||||
logging.info('Started Logging')
|
Loading…
Reference in a new issue