diff options
author | Elizabeth <me@liz.coffee> | 2025-06-02 22:54:40 -0700 |
---|---|---|
committer | Elizabeth <me@liz.coffee> | 2025-06-02 22:54:40 -0700 |
commit | 0662f62db82026e44cfff7ec42776eb6c2c06cfa (patch) | |
tree | f59bc8eb82e5c075d2c59e547a42ceefdc1c3ffc /u/server/activity/health.ts | |
parent | 2ae2ebc8aa7c4600f499ab7d2264dcb1d16db4ae (diff) | |
download | ci-0662f62db82026e44cfff7ec42776eb6c2c06cfa.tar.gz ci-0662f62db82026e44cfff7ec42776eb6c2c06cfa.zip |
Significant logging improvements
Diffstat (limited to 'u/server/activity/health.ts')
-rw-r--r-- | u/server/activity/health.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/u/server/activity/health.ts b/u/server/activity/health.ts index 3b4a23a..95dfa97 100644 --- a/u/server/activity/health.ts +++ b/u/server/activity/health.ts @@ -46,7 +46,7 @@ export class HealthCheckActivityImpl implements IHealthCheckActivity { return; } h.trace.trace(healthCheckMetric.failure); - h.trace.addTrace(LogLevel.ERROR).trace(`${value}`); + h.trace.addTrace(LogLevel.ERROR).trace(value); }), ), ) |