set default logging to INFO, cleaned up logging to help isolate debug type messages to DEBUG level, fixed issue with shutdown
This commit is contained in:
parent
ba3669712a
commit
44781d0aec
18 changed files with 114 additions and 114 deletions
|
@ -63,7 +63,7 @@ class CoreLocation(ConfigurableManager):
|
|||
values = config_data.data_values
|
||||
|
||||
if values is None:
|
||||
logger.info("location data missing")
|
||||
logger.warn("location data missing")
|
||||
return None
|
||||
values = values.split('|')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue