Skip to content
Snippets Groups Projects

Restructure log location

Merged Ashwin Kumar Karnad requested to merge restructure-log-location into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -322,7 +322,7 @@ def test_metadata_logging(tmp_path):
@@ -322,7 +322,7 @@ def test_metadata_logging(tmp_path):
mod.set_up_logging(loglevel="debug", filename=filename)
mod.set_up_logging(loglevel="debug", filename=filename)
# our test data
# our test data
keys = ["important_key", "important_value2"]
keys = ["important_key", "important_key2"]
values = ["important_value", "important_value2"]
values = ["important_value", "important_value2"]
expected_log_entries = []
expected_log_entries = []
Loading