mirror of
https://github.com/djdevin/recnet-plugin.git
synced 2026-09-08 06:31:29 -07:00
skip logging some collection endpoints
This commit is contained in:
@@ -0,0 +1 @@
|
||||
GamePath.props
|
||||
@@ -17,6 +17,9 @@ public class SendRequestPatch
|
||||
private static readonly string[] LogIgnoreSubstrings =
|
||||
{
|
||||
"/api/gamesight/event",
|
||||
"/data/heartbeat",
|
||||
"/identify",
|
||||
"/httpapi",
|
||||
};
|
||||
|
||||
private static bool IsIgnoredForLogging(string url)
|
||||
|
||||
Reference in New Issue
Block a user