diff --git a/ATxService/AutoTx.cs b/ATxService/AutoTx.cs index d588e497faa824cd837353d32cdc409254b11e90..ecc016a5e44173790b9be3e2724a9764eca31ffb 100644 --- a/ATxService/AutoTx.cs +++ b/ATxService/AutoTx.cs @@ -128,7 +128,7 @@ namespace ATxService } /// <summary> - /// Set up NLog logging: targets, rules... + /// Configure NLog logging for the file target. /// </summary> private void SetupFileLogging(string logLevelName = "Debug") { LogLevel logLevel; @@ -269,7 +269,7 @@ namespace ATxService } /// <summary> - /// Load the configuration. + /// Load the configuration and update the logger setups. /// </summary> private void LoadConfig() { try {