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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
nomad-lab
nomad-FAIR
Commits
4ec6e006
Commit
4ec6e006
authored
Feb 07, 2020
by
Markus Scheidgen
Browse files
Fixed missing logstash logging due to bad level name.
parent
4ba4cabf
Pipeline
#68802
passed with stages
in 13 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/processing/data.py
View file @
4ec6e006
...
...
@@ -51,7 +51,7 @@ def _pack_log_event(logger, method_name, event_dict):
key
:
value
for
key
,
value
in
getattr
(
logger
,
'_context'
,
{}).
items
()
if
key
not
in
[
'service'
,
'release'
,
'upload_id'
,
'calc_id'
,
'mainfile'
,
'process_status'
]})
log_data
.
update
(
level
=
method_name
.
upper
(),
logger
=
logger
.
name
)
log_data
.
update
(
logger
=
logger
.
name
)
return
log_data
except
Exception
:
...
...
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