pass --log-format to containers

This commit is contained in:
E M 2026-05-27 15:47:03 +10:00
parent 797b66cb02
commit 6cfa436cb8
No known key found for this signature in database

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)
{