We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b255ea + e269362 commit 90ad180Copy full SHA for 90ad180
Snaffler/SnaffleRunner.cs
@@ -79,7 +79,7 @@ public void Run(string[] args)
79
// set up new fangled logging
80
//------------------------------------------
81
LoggingConfiguration nlogConfig = new LoggingConfiguration();
82
-
+ nlogConfig.Variables["encoding"] = "utf8";
83
ColoredConsoleTarget logconsole = null;
84
FileTarget logfile = null;
85
0 commit comments