mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-05-27 11:40:05 +00:00
pass --log-format to containers
This commit is contained in:
parent
797b66cb02
commit
6cfa436cb8
@ -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