This commit is contained in:
2025-04-17 20:56:48 -04:00
parent 03bcff7b92
commit 0dce91063f
3 changed files with 12 additions and 13 deletions

View File

@@ -89,7 +89,7 @@ namespace MarketData.Services
string arg = args[0].ToUpper();
// log files are now of the form market_data+task.log. Also log files will expire daily
// log files are now of the form market_data+task.log. Also log files will expire when > 1 days old
if(!CreateLogging(arg))
{
Console.WriteLine("CreateLogging returned false.");