feat(ocp): completly moved ocp to lst

This commit is contained in:
2025-04-06 07:48:05 -05:00
parent 95bebbde2b
commit 51cc4aa370
13 changed files with 448 additions and 96 deletions

View File

@@ -1,6 +1,6 @@
import { pino, type LogFn, type Logger } from "pino";
export let logLevel = process.env.LOGLEVEL || "info";
export let logLevel = process.env.LOG_LEVEL || "info";
const transport = pino.transport({
targets: [