Make store detection logs Information instead of Debug

This commit is contained in:
Halgari 2022-12-28 11:00:37 -07:00
parent 4bfce0e418
commit 11859d2304

View File

@ -111,7 +111,7 @@ public class GameLocator : IGameLocator
}
paths[id] = path;
_logger.LogDebug("Found {Game}", game);
_logger.LogInformation("Found {Game}", game);
}
catch (Exception e)
{