Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KWH40
fml40-reference-implementation
Commits
a9cc05cf
Commit
a9cc05cf
authored
Apr 29, 2021
by
Jiahang Chen
Browse files
change log output
parent
3c406e5b
Pipeline
#456999
passed with stages
in 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ml/thing.py
View file @
a9cc05cf
...
...
@@ -460,8 +460,8 @@ def __send_message_to_broker(self, receiver_endpoints, msg):
APP_LOGGER
.
info
(
__log
)
return
res
except
s3i
.
exception
.
S3IBrokerAMQPError
:
__log
=
"[S3I]:
Invalid request sender endpoint {}"
.
format
(
receiver_endpoints
)
except
s3i
.
exception
.
S3IBrokerAMQPError
as
e
:
__log
=
"[S3I]:
{}"
.
format
(
e
.
error_msg
)
APP_LOGGER
.
critical
(
__log
)
def
on_user_message
(
self
,
msg
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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