add statistics

This commit is contained in:
miloschwartz
2025-08-14 17:06:07 -07:00
parent 74d2527af5
commit 67ba225003
11 changed files with 362 additions and 11 deletions

View File

@@ -3,6 +3,7 @@ import config from "@server/lib/config";
import * as winston from "winston";
import path from "path";
import { APP_PATH } from "./lib/consts";
import telemetryClient from "./lib/telemetry";
const hformat = winston.format.printf(
({ level, label, message, timestamp, stack, ...metadata }) => {