superjamie / minecraft-init-script

An initscript to start Minecraft or CraftBukkit on CentOS, Fedora, and Ubuntu
GNU General Public License v3.0
65 stars 31 forks source link

Take out log file logic #29

Closed superjamie closed 10 years ago

superjamie commented 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.

superjamie commented 10 years ago

Actually turns out logs/ is not created on all platforms. Maybe it's a plugin or something.

Anyway, reset this commit.