logging
This commit is contained in:
parent
ce5dbc7018
commit
17673ebced
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ if not os.path.isfile("logging.conf"):
|
|||
logger = logging.getLogger(__name__)
|
||||
logging.config.fileConfig("logging.conf", disable_existing_loggers=False)
|
||||
|
||||
|
||||
class CoAP(object):
|
||||
"""
|
||||
Implementation of the CoAP server
|
||||
|
|
Loading…
Reference in a new issue