mirror of
https://github.com/djdevin/recnet-plugin.git
synced 2026-09-08 14:41:30 -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 =
|
private static readonly string[] LogIgnoreSubstrings =
|
||||||
{
|
{
|
||||||
"/api/gamesight/event",
|
"/api/gamesight/event",
|
||||||
|
"/data/heartbeat",
|
||||||
|
"/identify",
|
||||||
|
"/httpapi",
|
||||||
};
|
};
|
||||||
|
|
||||||
private static bool IsIgnoredForLogging(string url)
|
private static bool IsIgnoredForLogging(string url)
|
||||||
|
|||||||
Reference in New Issue
Block a user