mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-14 14:44:42 +01:00
DB for starting tutorial
This commit is contained in:
@@ -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}");
|
||||
|
||||
Reference in New Issue
Block a user