-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unnecessary logs?? #6
Comments
Because that's how it should work? Discord is a web browser… |
But why is the requested page favicon.ico then? Like this could be filtered... This is only happening if I open the actual site in my browser (not on discord.com) |
i fixed this in my PR #5 |
The favicon.ico page is automatically requested by browsers (when they search for an icon for the website). It lets you know when someone is opening the view-logger in a browser, it isn't that bad... |
But it still triggers twice, and you just need to make it not trigger if the pathname is /favicon.ico |
Yes also I dont want to know if the faveicon was requested... thats not the purpose of this. I just wanna know if a person requested a specific url not some random logs. |
Why is it getting logged if I view the page in the Browser?
The text was updated successfully, but these errors were encountered: