Skip to content

Commit c26e7a2

Browse files
committed
removed console tracing
1 parent b10941e commit c26e7a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Class Library/ActiveUp.Net.Common/Logger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static class Logger
5858
/// <summary>
5959
/// Specify whether if the logger needs to append the Trace Console.
6060
/// </summary>
61-
public static bool UseTraceConsole { get; set; } = true;
61+
public static bool UseTraceConsole { get; set; } = false;
6262

6363
/// <summary>
6464
/// Specify whether if the logging functions are disabled.

0 commit comments

Comments
 (0)