Closed superjamie closed 10 years ago
Upstream CraftBukkit now rotates and compresses its own logs into logs/latest.log and logs/YYYY-MM-DD-#.log so just remove all the logfile handling from the script.
logs/latest.log
logs/YYYY-MM-DD-#.log
Actually turns out logs/ is not created on all platforms. Maybe it's a plugin or something.
logs/
Anyway, reset this commit.
Upstream CraftBukkit now rotates and compresses its own logs into
logs/latest.log
andlogs/YYYY-MM-DD-#.log
so just remove all the logfile handling from the script.