Skip to content
Snippets Groups Projects
Commit 1870260a authored by Sören Henning's avatar Sören Henning
Browse files

Enhance logging

parent 2db2a3ce
No related branches found
No related tags found
3 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
...@@ -30,7 +30,7 @@ def execute(results, threshold, warmup): ...@@ -30,7 +30,7 @@ def execute(results, threshold, warmup):
df = pd.DataFrame(d) df = pd.DataFrame(d)
logger.info("Calculating trend slope for data frame:\n %s", df) logger.info("Calculating trend slope with warmup of %s seconds for data frame:\n %s", warmup, df)
try: try:
trend_slope = trend_slope_computer.compute(df, warmup) trend_slope = trend_slope_computer.compute(df, warmup)
except Exception as e: except Exception as e:
......
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