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
I'm not sure if this is an issue with canyon, but both my plugin, other plugins and the server can log a single message up to 10 times for no known reason.
(The one below is my plugin, there's a Runnable scheduled to run every 5 seconds, and it uses System.out.println to print run and Bukkit.broadcast to print test)
2024-01-19 23:01:05 [INFO] run
2024-01-19 23:01:05 [INFO] [BTW] test
2024-01-19 23:01:05 [INFO] [BTW] test
2024-01-19 23:01:05 [INFO] [BTW] test
2024-01-19 23:01:05 [INFO] [BTW] test
2024-01-19 23:01:10 [INFO] [BTW] test
2024-01-19 23:01:10 [INFO] [BTW] test
2024-01-19 23:01:10 [INFO] [BTW] test
2024-01-19 23:01:10 [INFO] [BTW] test
I'm not sure if this is an issue with canyon, but both my plugin, other plugins and the server can log a single message up to 10 times for no known reason.
(The one below is my plugin, there's a Runnable scheduled to run every 5 seconds, and it uses System.out.println to print
run
and Bukkit.broadcast to printtest
)These are just random parts of my server log. What's going on there?
The text was updated successfully, but these errors were encountered: