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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,
};