mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-23 08:30:21 +01:00
Enhanced changelog; decreased loglevel
This commit is contained in:
parent
a76e54211f
commit
36ebaa80ca
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
### __[v2.5.3]__ - unreleased
|
||||
##### Added
|
||||
- GPS-coordinates configuration based on POC message elements. [#510](https://github.com/Schrolli91/BOSWatch/pull/510)
|
||||
- Functionality to fill coordinate values in POC data structure (lat, lon) based on configured locations that match a regular expression in POC message [#510](https://github.com/Schrolli91/BOSWatch/pull/510)
|
||||
##### Changed
|
||||
##### Deprecated
|
||||
##### Removed
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ def findCoordinates(data):
|
|||
data["lat"] = coordinatesList[0]
|
||||
data["lon"] = coordinatesList[1]
|
||||
data["has_geo"] = True
|
||||
logging.info("Coordinates found!")
|
||||
logging.debug("Coordinates found!")
|
||||
break
|
||||
except:
|
||||
logging.error("cannot read config file")
|
||||
|
|
|
|||
Loading…
Reference in a new issue