Skip to content
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

debug.log spam with ClientPlayNetworkAddon #74

Closed
Jackiecrazy opened this issue Oct 30, 2023 · 0 comments
Closed

debug.log spam with ClientPlayNetworkAddon #74

Jackiecrazy opened this issue Oct 30, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Jackiecrazy
Copy link

Jackiecrazy commented Oct 30, 2023

Describe the bug

debug.log will record every packet sent and received, leading to its file size ballooning far beyond what is reasonable.

Steps to reproduce

  1. Install Connector and Forgified Fabric.
  2. Install Feathers (as an example mod that sends packets)
  3. Monitor debug.log
    ...

Logs

[30Oct2023 05:37:44.704] [Netty Local Client IO #0/DEBUG] [ClientPlayNetworkAddon for JackieCrazi/]: Handling inbound packet from channel with name "scalinghealth:network" 
[30Oct2023 05:37:44.753] [Netty Local Client IO #0/DEBUG] [ClientPlayNetworkAddon for JackieCrazi/]: Handling inbound packet from channel with name "fabrication:item_despawn" 
[30Oct2023 05:37:44.753] [Netty Local Client IO #0/DEBUG] [ClientPlayNetworkAddon for JackieCrazi/]: Handling inbound packet from channel with name "fabrication:item_despawn" 
[30Oct2023 05:37:44.754] [Netty Local Client IO #0/DEBUG] [ClientPlayNetworkAddon for JackieCrazi/]: Handling inbound packet from channel with name "feathers:messages" 
[30Oct2023 05:37:44.754] [Netty Local Client IO #0/DEBUG] [ClientPlayNetworkAddon for JackieCrazi/]: Handling inbound packet from channel with name "feathers:messages"

Additional context

I tested this without any other fabric mods, so I think it's connector, but I didn't remove my forge mods to double-check. I also don't see any code in either repo that would do this, so it may be a red herring. Regardless, I am getting 50MB files from the log spam.

@Jackiecrazy Jackiecrazy added the bug Something isn't working label Oct 30, 2023
@Su5eD Su5eD closed this as completed in 503a202 Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant