Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
naiades
naiades-platform-poc
Commits
95c5f542
Commit
95c5f542
authored
Nov 26, 2020
by
Federico Sismondi
Browse files
Fix log level
parent
d3e6fe2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
dca-carouge-watering/app.py
View file @
95c5f542
...
...
@@ -252,7 +252,7 @@ def _update_flowerbed_entity(soil_moisture, sensor_eui):
if
not
flowerbed_id
:
msg
=
'No FlowerBed associated to sensor {}'
.
format
(
sensor_eui
)
app
.
logger
.
warning
(
msg
)
app
.
logger
.
error
(
msg
)
return
msg
app
.
logger
.
debug
(
'Found FlowerBed {} associated to sensor {}'
.
format
(
flowerbed_id
,
sensor_eui
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment