HEPCloud / decisionengine

HEPCloud Decision Engine framework
Apache License 2.0
6 stars 25 forks source link

Use local time for structlog timestamp #590

Closed knoepfel closed 2 years ago

knoepfel commented 2 years ago

This fixes a mismatch in UTC vs. local that occurs for the log files.

codecov[bot] commented 2 years ago

Codecov Report

Merging #590 (584e781) into master (a4510cb) will decrease coverage by 0.18%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #590      +/-   ##
==========================================
- Coverage   84.20%   84.02%   -0.19%     
==========================================
  Files          46       46              
  Lines        2748     2748              
  Branches      492      492              
==========================================
- Hits         2314     2309       -5     
- Misses        390      393       +3     
- Partials       44       46       +2     
Flag Coverage Δ
python-3.10 83.95% <100.00%> (ø)
python-3.6 83.69% <100.00%> (-0.19%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...sionengine/framework/modules/logging_configDict.py 100.00% <100.00%> (ø)
...ecisionengine/framework/taskmanager/TaskManager.py 91.72% <0.00%> (-1.73%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a4510cb...584e781. Read the comment docs.