Skip to content

Commit dbc2c69

Browse files
committed
2.0.10
1 parent b473ebc commit dbc2c69

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
3131
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("2.0.9.0")]
33-
[assembly: AssemblyFileVersion("2.0.9.0")]
32+
[assembly: AssemblyVersion("2.0.10.0")]
33+
[assembly: AssemblyFileVersion("2.0.10.0")]
3434

XESmartTarget.Core/Responses/OutputStreamAppenderResponse.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ protected void Write()
176176
}
177177
catch (FormattingException)
178178
{
179-
logger.Warn($"The value {dc.Expression} contains placeholders that cannot be formatted.");
179+
// Do not log here as this can flood the logs
180+
// logger.Warn($"The value {dc.Expression} contains placeholders that cannot be formatted.");
180181
}
181182
}
182183
}

0 commit comments

Comments
 (0)