-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
[20:09:25 INF] Request finished HTTP/1.1 GET http://aaa.bbb.com/api/admin/plugins/manage - 200 60 application/json; charset=utf-8 1171.3337ms <s:Microsoft.AspNetCore.Hosting.Diagnostics>
[20:09:26 INF] Request starting HTTP/1.1 GET http://aaa.bbb.com/api/admin/plugins/add - null null <s:Microsoft.AspNetCore.Hosting.Diagnostics>
[20:09:26 INF] Executing endpoint 'SSCMS.Web.Controllers.Admin.Plugins.AddController.Get (SSCMS.Web)' <s:Microsoft.AspNetCore.Routing.EndpointMiddleware>
[20:09:26 INF] Route matched with {action = "Get", controller = "Add"}. Executing controller action with signature System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult1[SSCMS.Web.Controllers.Admin.Plugins.AddController+GetResult]] Get() on controller SSCMS.Web.Controllers.Admin.Plugins.AddController (SSCMS.Web). <s:Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker>
[20:09:26 INF] Executing ObjectResult, writing value of type 'SSCMS.Web.Controllers.Admin.Plugins.AddController+GetResult'. <s:Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor>
[20:09:26 INF] Executed action SSCMS.Web.Controllers.Admin.Plugins.AddController.Get (SSCMS.Web) in 130.3588ms <s:Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker>
[20:09:26 INF] Executed endpoint 'SSCMS.Web.Controllers.Admin.Plugins.AddController.Get (SSCMS.Web)' <s:Microsoft.AspNetCore.Routing.EndpointMiddleware>
[20:09:26 INF] Request finished HTTP/1.1 GET http://aaa.bbb.com/api/admin/plugins/add - 200 60 application/json; charset=utf-8 165.3321ms <s:Microsoft.AspNetCore.Hosting.Diagnostics>
[20:09:35 INF] Request starting HTTP/1.1 GET http://aaa.bbb.com/api/admin/plugins/view?userName=sscms&name=gather&pluginId= - null null <s:Microsoft.AspNetCore.Hosting.Diagnostics>
[20:09:35 INF] Executing endpoint 'SSCMS.Web.Controllers.Admin.Plugins.ViewController.Get (SSCMS.Web)' <s:Microsoft.AspNetCore.Routing.EndpointMiddleware>
[20:09:35 INF] Route matched with {action = "Get", controller = "View"}. Executing controller action with signature System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult1[SSCMS.Web.Controllers.Admin.Plugins.ViewController+GetResult]] Get(GetRequest) on controller SSCMS.Web.Controllers.Admin.Plugins.ViewController (SSCMS.Web). <s:Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker>
[20:09:35 INF] Executing ObjectResult, writing value of type 'SSCMS.Web.Controllers.Admin.Plugins.ViewController+GetResult'. <s:Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor>
[20:09:35 INF] Executed action SSCMS.Web.Controllers.Admin.Plugins.ViewController.Get (SSCMS.Web) in 279.7533ms <s:Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker>
[20:09:35 INF] Executed endpoint 'SSCMS.Web.Controllers.Admin.Plugins.ViewController.Get (SSCMS.Web)' <s:Microsoft.AspNetCore.Routing.EndpointMiddleware>
[20:09:35 INF] Request finished HTTP/1.1 GET http://aaa.bbb.com/api/admin/plugins/view?userName=sscms&name=gather&pluginId= - 200 64 application/json; charset=utf-8 340.9417ms <s:Microsoft.AspNetCore.Hosting.Diagnostics>
[20:09:39 INF] Request starting HTTP/1.1 GET http://aaa.bbb.com/api/admin/plugins/install?pluginIds=sscms.gather - null null <s:Microsoft.AspNetCore.Hosting.Diagnostics>
[20:09:39 INF] Executing endpoint 'SSCMS.Web.Controllers.Admin.Plugins.InstallController.Get (SSCMS.Web)' <s:Microsoft.AspNetCore.Routing.EndpointMiddleware>
[20:09:39 INF] Route matched with {action = "Get", controller = "Install"}. Executing controller action with signature System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult1[SSCMS.Web.Controllers.Admin.Plugins.InstallController+GetResult]] Get(GetRequest) on controller SSCMS.Web.Controllers.Admin.Plugins.InstallController (SSCMS.Web). <s:Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker>
[20:09:39 INF] Executing ObjectResult, writing value of type 'SSCMS.Web.Controllers.Admin.Plugins.InstallController+GetResult'. <s:Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor>
[20:09:39 INF] Executed action SSCMS.Web.Controllers.Admin.Plugins.InstallController.Get (SSCMS.Web) in 51.4113ms <s:Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker>
[20:09:39 INF] Executed endpoint 'SSCMS.Web.Controllers.Admin.Plugins.InstallController.Get (SSCMS.Web)' <s:Microsoft.AspNetCore.Routing.EndpointMiddleware>
[20:09:39 INF] Request finished HTTP/1.1 GET http://aaa.bbb.com/api/admin/plugins/install?pluginIds=sscms.gather - 200 42 application/json; charset=utf-8 74.9912ms <s:Microsoft.AspNetCore.Hosting.Diagnostics>
[20:09:39 INF] Request starting HTTP/1.1 POST http://aaa.bbb.com/api/admin/plugins/install/actions/restart - application/json 25 <s:Microsoft.AspNetCore.Hosting.Diagnostics>
[20:09:39 INF] CORS policy execution successful. <s:Microsoft.AspNetCore.Cors.Infrastructure.CorsService>
[20:09:39 INF] Executing endpoint 'SSCMS.Web.Controllers.Admin.Plugins.InstallController.Restart (SSCMS.Web)' <s:Microsoft.AspNetCore.Routing.EndpointMiddleware>
[20:09:39 INF] Route matched with {action = "Restart", controller = "Install"}. Executing controller action with signature System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.ActionResult1[SSCMS.Dto.BoolResult]] Restart(RestartRequest) on controller SSCMS.Web.Controllers.Admin.Plugins.InstallController (SSCMS.Web). <s:Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker>
[20:09:39 INF] Application is shutting down... <s:Microsoft.Hosting.Lifetime>
[20:09:39 INF] Executing ObjectResult, writing value of type 'SSCMS.Dto.BoolResult'. <s:Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor>
[20:09:39 INF] Executed action SSCMS.Web.Controllers.Admin.Plugins.InstallController.Restart (SSCMS.Web) in 309.2313ms <s:Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker>
[20:09:39 INF] Executed endpoint 'SSCMS.Web.Controllers.Admin.Plugins.InstallController.Restart (SSCMS.Web)' <s:Microsoft.AspNetCore.Routing.EndpointMiddleware>
[20:09:39 INF] Request finished HTTP/1.1 POST http://aaa.bbb.com/api/admin/plugins/install/actions/restart - 200 14 application/json; charset=utf-8 354.0103ms <s:Microsoft.AspNetCore.Hosting.Diagnostics>
[20:09:39 INF] Queued Hosted Service is stopping. <s:SSCMS.Core.Services.QueuedHostedService>
[20:09:39 INF] Scheduled Hosted Service is stopping. <s:SSCMS.Core.Services.ScheduledHostedService>