We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10941e commit c26e7a2Copy full SHA for c26e7a2
1 file changed
Class Library/ActiveUp.Net.Common/Logger.cs
@@ -58,7 +58,7 @@ public static class Logger
58
/// <summary>
59
/// Specify whether if the logger needs to append the Trace Console.
60
/// </summary>
61
- public static bool UseTraceConsole { get; set; } = true;
+ public static bool UseTraceConsole { get; set; } = false;
62
63
64
/// Specify whether if the logging functions are disabled.
0 commit comments