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

Duplicate messages in the console #65

Open
Blayung opened this issue Jan 19, 2024 · 0 comments
Open

Duplicate messages in the console #65

Blayung opened this issue Jan 19, 2024 · 0 comments

Comments

@Blayung
Copy link
Contributor

Blayung commented Jan 19, 2024

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.

2024-01-19 23:00:55 [INFO] CONSOLE: Disabling level saving..
2024-01-19 23:00:55 [INFO] CONSOLE: Disabling level saving..
2024-01-19 23:00:55 [INFO] CONSOLE: Forcing save..
2024-01-19 23:00:55 [INFO] CONSOLE: Forcing save..
2024-01-19 23:00:55 [INFO] CONSOLE: Forcing save..
2024-01-19 23:00:55 [INFO] CONSOLE: Save complete.
2024-01-19 23:00:55 [INFO] CONSOLE: Save complete.
2024-01-19 23:00:55 [INFO] CONSOLE: Save complete.

(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
2024-01-19 23:00:55 [INFO] [MineBackup] Backup ended
2024-01-19 23:00:55 [INFO] [MineBackup] Backup ended
2024-01-19 23:00:55 [INFO] [MineBackup] Backup ended
2024-01-19 23:00:55 [INFO] [MineBackup] Backup ended
2024-01-19 23:05:31 [INFO] CONSOLE: Stopping the server..
2024-01-19 23:05:31 [INFO] CONSOLE: Stopping the server..
2024-01-19 23:05:31 [INFO] CONSOLE: Stopping the server..
2024-01-19 23:05:31 [INFO] CONSOLE: Stopping the server..

These are just random parts of my server log. What's going on there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant