mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-06-01 05:59:26 +00:00
pass --log-format to containers
This commit is contained in:
parent
99f7a425f0
commit
93f03a17d0
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user