Skip to content

Commit 6853eb1

Browse files
committed
发布版本:2.6.1
1 parent 37acd9d commit 6853eb1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Quick.Protocol/Utils/LogUtils.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Diagnostics;
4-
using System.Text;
52

63
namespace Quick.Protocol.Utils
74
{
@@ -16,6 +13,7 @@ public class LogUtils
1613
public static bool LogHeartbeat { get; set; } = false;
1714
public static bool LogNotice { get; set; } = false;
1815
public static bool LogCommand { get; set; } = false;
16+
public static bool LogContent { get; set; } = false;
1917
public static bool LogConnection { get; set; } = false;
2018
public static bool LogRaw { get; set; } = false;
2119

0 commit comments

Comments
 (0)