refactor: add persistence groundwork and structured logging

This commit is contained in:
2026-07-20 21:48:08 +02:00
parent 7dde7378b8
commit 5fd48d1971
19 changed files with 567 additions and 200 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
import * as amqp from "amqplib";
import { getLogger } from "./logger";
const logger = getLogger("CommandService");
export class CommandService {
@@ -27,8 +29,8 @@ export class CommandService {
);
console.log(
"Command gesendet:",
logger.debug(
"Command sent",
command
);