pass --log-format to containers

This commit is contained in:
E M 2026-05-27 15:47:03 +10:00 committed by Giuliano Mega
parent 99f7a425f0
commit 93f03a17d0

View File

@ -46,6 +46,7 @@ namespace StoragePlugin
var discPort = CreateDiscoveryPort(config);
AddEnvVar("STORAGE_DISC_PORT", discPort);
AddEnvVar("STORAGE_LOG_LEVEL", config.LogLevelWithTopics());
AddEnvVar("STORAGE_LOG_FORMAT", config.LogFormat.ToString().ToLowerInvariant());
if (config.PublicTestNet != null)
{