DB for starting tutorial

This commit is contained in:
rfi
2023-10-19 14:07:48 +07:00
parent 1ddd574645
commit 8d808170a5
10 changed files with 239 additions and 10 deletions

View File

@@ -54,6 +54,10 @@ namespace AscNet.SDKServer
{
await _next(context);
}
catch (Exception ex)
{
log.Error($"{ex.Message} Request below:");
}
finally
{
log.Info($"{context.Response.StatusCode} {context.Request.Method.ToUpper()} {context.Request.Path + context.Request.QueryString}");