mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 19:56:31 +00:00
get label files more carefully
put warning min log level put filename to the title
This commit is contained in:
@@ -49,9 +49,6 @@ public class FileConfigRepository(ILogger<FileConfigRepository> logger) : IConfi
|
||||
var exePath = Path.GetDirectoryName(AppDomain.CurrentDomain.BaseDirectory)!;
|
||||
var configFilePath = Path.Combine(exePath, CONFIG_PATH);
|
||||
|
||||
logger.LogInformation($"exePath: {exePath}" );
|
||||
logger.LogInformation($"configFilePath: {configFilePath}");
|
||||
|
||||
if (!File.Exists(configFilePath))
|
||||
{
|
||||
return new Config
|
||||
|
||||
Reference in New Issue
Block a user