Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
naiades-platform-poc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
naiades
naiades-platform-poc
Commits
50cff17f
Commit
50cff17f
authored
Oct 15, 2020
by
Federico Sismondi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug at logger for DCA service
parent
700cf29a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dca-carouge-fountain/app.py
dca-carouge-fountain/app.py
+1
-1
No files found.
dca-carouge-fountain/app.py
View file @
50cff17f
...
...
@@ -182,7 +182,7 @@ def post_dca_carouge_fountain_sensed_data_payload():
app
.
logger
.
error
(
'Message with empty <data frame> field from sensor {}'
.
format
(
request
.
json
[
'deveui'
]
))
raise
InvalidUsage
(
message
=
'Empty data frame field received'
,
payload
=
request
.
json
)
app
.
logger
(
"Got message from FOUNTAIN devices: {}"
.
format
(
request
.
json
))
app
.
logger
.
info
(
"Got message from FOUNTAIN devices: {}"
.
format
(
request
.
json
))
# push data to context broker
resp
=
{}
...
...
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