thecatcore / Fabric---Discord-Link

MIT License
75 stars 31 forks source link

Logs are broke while using this mod #181

Closed cherie535 closed 2 years ago

cherie535 commented 2 years ago

Describe the bug Not all normal logging is happening. For instance, the normal:

[00:32:39] [User Authenticator #1/INFO]: UUID of player player is 5aasdas-4sdfsdf-4dsfsdf-a37f-c5b9dsdfsdfcdbdc [00:32:39] [Server thread/INFO]: player[/192.168.1.1:36009] logged in with entity id 182 at (7.395296714244613, 64.0, -2.699999988079071)

isnt logged. Leave messages are not logged either.

Reproduction steps

Install mod check logs

Expected behaviour Normal logging

Additional context

{ "token": "12345", "chatChannels": [ "8705000123459238805" ], "logChannels": [ "" ], "webhook": { "url": "", "mentions": { "everyone": false, "roles": false, "users": true } }, "ignoreBots": true, "activityUpdateInterval": 120, "minecraftToDiscord": { "general": { "enableDebugLogs": false }, "chatChannels": { "commandPrefix": "-", "allowDiscordCommands": false, "serverStartingMessage": true, "serverStartMessage": true, "serverStopMessage": true, "serverStoppingMessage": true, "customChannelDescription": false, "minecraftToDiscordTag": false, "minecraftToDiscordDiscriminator": false, "playerMessages": true, "teamPlayerMessages": true, "joinAndLeaveMessages": true, "advancementMessages": true, "challengeMessages": true, "goalMessages": true, "deathMessages": true, "sendMeCommand": true, "sendSayCommand": true, "adminMessages": false, "atATellRaw": false, "achievementMessages": true }, ....

cherie535 commented 2 years ago

Actually, literally, nothing is being logged, acheivements, deaths, etc..

The only thing in the latest.log is chat.

cherie535 commented 2 years ago

AND, to go even further, the only chat in the log is discord chat. server chat isnt in the log.

wierd.

thecatcore commented 2 years ago

Hm, have you tested without FDLink? With Fabric Loader only?

cherie535 commented 2 years ago

if I remove this mod, logging is normal, so yes.

PS:

I hope I dont sound short or irritatated. This is the VERY nicest discord bridge I have found, slick AF, so I was super sad when I discovered the lack of logging. I suspect maybe something has chnaged in the most recent snapshot.

cherie535 commented 2 years ago

I did go back just to make sure, and yes, running this with all by itself (no other mods) breaks the normal logging in the latest mc snapshot. Everything else is flawless.

thecatcore commented 2 years ago

can you try again with 0.10.5 this time?

wh0oo commented 2 years ago

binary?

thecatcore commented 2 years ago

ugh, rebuilding rn

wh0oo commented 2 years ago

No improvement. :(

wh0oo commented 2 years ago

here is the latest.log with just fabric-api.

https://pastebin.com/hP6b9fAN

thecatcore commented 2 years ago

try with 0.10.6

wh0oo commented 2 years ago

logging is working with 0.10.6. thanks!

thecatcore commented 2 years ago

Awesome