fix invader lifecycle history parity

This commit is contained in:
2026-07-27 10:48:44 +00:00
parent d917160464
commit 1509a39d26
2 changed files with 115 additions and 7 deletions
@@ -443,7 +443,7 @@ export const createRaiseInvaderHandler = (options: {
scope: LogScope.SYSTEM,
category: LogCategory.HISTORY,
text,
format: LogFormat.NOTICE_YEAR_MONTH,
format: LogFormat.YEAR_MONTH,
year: environment.year,
month: environment.month,
});
@@ -524,7 +524,7 @@ export const createInvaderEndingHandler = (options: {
scope: LogScope.SYSTEM,
category: LogCategory.HISTORY,
text,
format: LogFormat.NOTICE_YEAR_MONTH,
format: LogFormat.YEAR_MONTH,
year: environment.year,
month: environment.month,
});