Skip to content

Commit

Permalink
MONAHRQ-81: reclassify error as debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Carlson committed Sep 13, 2017
1 parent dfe38cf commit d8cb334
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ public static async void DoWork(object o)
{
var variableStrings = string.Format("{0}|{1}|{2}", objParams.Dataset.Id, connectionString, logFilePath);

logger.Write(null, TraceEventType.Error,
"Grouper SysTray App Command Line Varables: {0}", variableStrings);
logger.Debug("Grouper SysTray App Command Line Varables: {0}", variableStrings);

//await Task.Run(() =>
//{
Expand Down

0 comments on commit d8cb334

Please sign in to comment.