Commit 03c31149 by jianshuqin

暂停日志服务

parent b79f1c6c
...@@ -51,6 +51,7 @@ namespace AutoTurnOver.Common ...@@ -51,6 +51,7 @@ namespace AutoTurnOver.Common
public override void OnActionExecuted(ActionExecutedContext context) public override void OnActionExecuted(ActionExecutedContext context)
{ {
/*
try try
{ {
//获取appsetting配置失败暂时直接赋值开启是否开启日志记录功能 “yes”/“no” //获取appsetting配置失败暂时直接赋值开启是否开启日志记录功能 “yes”/“no”
...@@ -112,6 +113,7 @@ namespace AutoTurnOver.Common ...@@ -112,6 +113,7 @@ namespace AutoTurnOver.Common
{ {
Console.WriteLine(e); Console.WriteLine(e);
} }
*/
} }
/// <summary> /// <summary>
/// HttpClient实现Post请求 /// HttpClient实现Post请求
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment