DAQEM / GriefLogger

A fast Minecraft mod that uses SQLite or MySQL to log player interactions.
https://daqem.com
Apache License 2.0
6 stars 5 forks source link

Useless logs ? #14

Open GFoniX opened 8 months ago

GFoniX commented 8 months ago

I recently created a modpack and started a server about five days ago. While reviewing the logs, I noticed an abundance of irrelevant entries, and I'm unsure of their origin.

Some of the logs appear to be unrelated to player actions (commands). For instance, when using the Waystone mod to teleport, it logs the action, which is expected. However, I've also noticed frequent entries related to attribute modifiers, such as permanent force adjustments, appearing every 2 to 3 seconds.

Is there a way to distinguish between commands sent by mods and those initiated by users?

DAQEM commented 7 months ago

What do you mean exactly? Only commands preformed by players will be logged by GriefLogger.

GFoniX commented 7 months ago

In my database, I have around 20,000 items in the 'commands' category. I notice that certain commands, not executed by users, are logged in there. I suspect this might be coming from the Apotheosis mode, as it involves attributes. I want to clarify that I don't execute this command. And i have like 19,964 commands that are executed that contains attribute.

image image