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

Give ability to turn off network debug log #1061

Open
1 task done
zyxkad opened this issue Jan 12, 2025 · 0 comments
Open
1 task done

Give ability to turn off network debug log #1061

zyxkad opened this issue Jan 12, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@zyxkad
Copy link

zyxkad commented Jan 12, 2025

This issue occurs when only Valkyrien Skies and addons are installed and no other mods

  • I have tested this issue and it occurs when no other mods are installed

Minecraft Version

1.20.x

Mod Loader

Forge

Issue description

When developing addon mods, vs network debug log can quickly flush out the log that's necessary. So I suggest to give an option to disable them.

Issue reproduction

  1. run vs2 in development envionrment
  2. assemble a ship
  3. the debug log flushes

Logs

...
[17:28:57] [Netty Local Client IO #0/DEBUG] [or.va.co.im.ne.NetworkChannel/]: Client received packet of type: PacketType(channel=org.valkyrienskies.core.impl.networking.NetworkChannel@7583f0f8, id=0, name=Ship transform update)
[17:28:57] [Netty Local Client IO #0/DEBUG] [or.va.co.im.ne.NetworkChannel/]: Client received packet of type: PacketType(channel=org.valkyrienskies.core.impl.networking.NetworkChannel@4d584de2, id=9, name=UDP fallback)
[17:28:57] [Netty Local Client IO #0/DEBUG] [or.va.co.im.ne.NetworkChannel/]: Client received packet of type: PacketType(channel=org.valkyrienskies.core.impl.networking.NetworkChannel@7583f0f8, id=0, name=Ship transform update)
[17:28:57] [Netty Local Client IO #0/DEBUG] [or.va.co.im.ne.NetworkChannel/]: Client received packet of type: PacketType(channel=org.valkyrienskies.core.impl.networking.NetworkChannel@4d584de2, id=0, name=Ship data delta update)
[17:28:57] [Netty Local Client IO #0/DEBUG] [or.va.co.im.ne.NetworkChannel/]: Client received packet of type: PacketType(channel=org.valkyrienskies.core.impl.networking.NetworkChannel@4d584de2, id=9, name=UDP fallback)                                        
[17:28:57] [Netty Local Client IO #0/DEBUG] [or.va.co.im.ne.NetworkChannel/]: Client received packet of type: PacketType(channel=org.valkyrienskies.core.impl.networking.NetworkChannel@7583f0f8, id=0, name=Ship transform update)
[17:28:57] [Netty Local Client IO #0/DEBUG] [or.va.co.im.ne.NetworkChannel/]: Client received packet of type: PacketType(channel=org.valkyrienskies.core.impl.networking.NetworkChannel@4d584de2, id=0, name=Ship data delta update)
[17:28:57] [Netty Local Client IO #0/DEBUG] [or.va.co.im.ne.NetworkChannel/]: Client received packet of type: PacketType(channel=org.valkyrienskies.core.impl.networking.NetworkChannel@4d584de2, id=9, name=UDP fallback)
[17:28:57] [Netty Local Client IO #0/DEBUG] [or.va.co.im.ne.NetworkChannel/]: Client received packet of type: PacketType(channel=org.valkyrienskies.core.impl.networking.NetworkChannel@7583f0f8, id=0, name=Ship transform update)
[17:28:57] [Netty Local Client IO #0/DEBUG] [or.va.co.im.ne.NetworkChannel/]: Client received packet of type: PacketType(channel=org.valkyrienskies.core.impl.networking.NetworkChannel@4d584de2, id=9, name=UDP fallback)
[17:28:57] [Netty Local Client IO #0/DEBUG] [or.va.co.im.ne.NetworkChannel/]: Client received packet of type: PacketType(channel=org.valkyrienskies.core.impl.networking.NetworkChannel@7583f0f8, id=0, name=Ship transform update)
[17:28:57] [Netty Local Client IO #0/DEBUG] [or.va.co.im.ne.NetworkChannel/]: Client received packet of type: PacketType(channel=org.valkyrienskies.core.impl.networking.NetworkChannel@4d584de2, id=0, name=Ship data delta update)
[17:28:57] [Netty Local Client IO #0/DEBUG] [or.va.co.im.ne.NetworkChannel/]: Client received packet of type: PacketType(channel=org.valkyrienskies.core.impl.networking.NetworkChannel@4d584de2, id=9, name=UDP fallback)                                        
[17:28:57] [Netty Local Client IO #0/DEBUG] [or.va.co.im.ne.NetworkChannel/]: Client received packet of type: PacketType(channel=org.valkyrienskies.core.impl.networking.NetworkChannel@7583f0f8, id=0, name=Ship transform update)
[17:28:57] [Netty Local Client IO #0/DEBUG] [or.va.co.im.ne.NetworkChannel/]: Client received packet of type: PacketType(channel=org.valkyrienskies.core.impl.networking.NetworkChannel@4d584de2, id=0, name=Ship data delta update)
[17:28:57] [Netty Local Client IO #0/DEBUG] [or.va.co.im.ne.NetworkChannel/]: Client received packet of type: PacketType(channel=org.valkyrienskies.core.impl.networking.NetworkChannel@4d584de2, id=9, name=UDP fallback)
[17:28:57] [Netty Local Client IO #0/DEBUG] [or.va.co.im.ne.NetworkChannel/]: Client received packet of type: PacketType(channel=org.valkyrienskies.core.impl.networking.NetworkChannel@7583f0f8, id=0, name=Ship transform update)
[17:28:57] [Netty Local Client IO #0/DEBUG] [or.va.co.im.ne.NetworkChannel/]: Client received packet of type: PacketType(channel=org.valkyrienskies.core.impl.networking.NetworkChannel@4d584de2, id=9, name=UDP fallback)
[17:28:57] [Netty Local Client IO #0/DEBUG] [or.va.co.im.ne.NetworkChannel/]: Client received packet of type: PacketType(channel=org.valkyrienskies.core.impl.networking.NetworkChannel@7583f0f8, id=0, name=Ship transform update)
[17:28:57] [Netty Local Client IO #0/DEBUG] [or.va.co.im.ne.NetworkChannel/]: Client received packet of type: PacketType(channel=org.valkyrienskies.core.impl.networking.NetworkChannel@4d584de2, id=0, name=Ship data delta update)
...
@zyxkad zyxkad added the bug Something isn't working label Jan 12, 2025
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