mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-05-01 15:13:11 +00:00
Sets correct output filename for status log.
This commit is contained in:
parent
009ce1e9f3
commit
fa1057ddfd
@ -11,7 +11,7 @@ namespace Logging
|
||||
|
||||
public StatusLog(LogConfig config, DateTime start, string codexId, string name = "")
|
||||
{
|
||||
fullName = NameUtils.GetFixtureFullName(config, start, name);
|
||||
fullName = NameUtils.GetFixtureFullName(config, start, name) + "_STATUS.log";
|
||||
fixtureName = NameUtils.GetRawFixtureName();
|
||||
this.codexId = codexId;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user