You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use /fuji debug to set the level of FUJI logger to DEBUG. (This equals to set the log_debug_messages to true)
If there is an error in the server.logs, please post the log file.
The log message starts with JSON-Element: and JSON seems not printed by fuji, so i think there is other chat-related mods. The chat.rewrite and chat.replace will modify the chat message, one at the beginning of the chat event, one at the end of the chat event. If you are using other chat-related mods, check these 2 modules.
The logger level of quartz is fine, since the quartz library uses its own logger. And fuji uses the logger created in Fuji.class.
Are you using the latest available version for your server?
Is there an existing issue for this?
Current Behavior
log_debug_messages is disabled. quartz's logger_level is "WARN".
The message JSON is sent 3 times for no reason.
Expected Behavior
The message JSON not to appear four times.
Steps To Reproduce
Simply install Fuji, and enable all chat related modules.
Server Logs
Anything else?
No response
The text was updated successfully, but these errors were encountered: