Skip to content
Snippets Groups Projects
Verified Commit 4924e292 authored by Ole Binder's avatar Ole Binder
Browse files

Chore: update log level of debug print

parent 21115c53
No related branches found
No related tags found
1 merge request!17Yaml configuration file
...@@ -23,7 +23,7 @@ def on_metadata_notification(meta) = ...@@ -23,7 +23,7 @@ def on_metadata_notification(meta) =
source_type = eval_source_type(channel_name) source_type = eval_source_type(channel_name)
log( log(
level=3, level=5,
label="metadata", label="metadata",
"Raw metadata before POST:\n\n #{meta}\n\n" "Raw metadata before POST:\n\n #{meta}\n\n"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment