Skip to content

Commit ee5d168

Browse files
committed
feat: change default value
1 parent 200d840 commit ee5d168

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CustomLoggingOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ public class CustomLoggingOptions
66
public bool LogRequestBody { get; set; } = false;
77
public bool LogResponseHeader { get; set; } = true;
88
public bool LogResponseBody { get; set; } = false;
9-
public long SlowRequestLoggingThreshold { get; set; } = 200;
9+
public long SlowRequestLoggingThreshold { get; set; } = 150;
1010
}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 NETCOREXT
3+
Copyright (c) 2025 NETCOREXT
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)