feat(logging): JSON形式の構造化ログでログを出力できるように (MisskeyIO#346)

This commit is contained in:
まっちゃとーにゅ
2024-01-08 20:26:39 +09:00
committed by GitHub
parent 02cd74d2dc
commit 2fb3924075
3 changed files with 17 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ const envOption = {
noDaemons: false,
disableClustering: false,
verbose: false,
logJson: false,
withLogTime: false,
quiet: false,
};