Question Console Log and File Log.

Discussion in 'Bukkit Help' started by VortexGmer, Dec 3, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    VortexGmer

    Hey, I have searched google for this...
    The console log is like this:
    Code:
    Loading libraries, please wait...
    [18:04:12 INFO]: Starting minecraft server version 1.8.8
    [18:04:12 INFO]: Loading properties
    [18:04:12 INFO]: Default game type: SURVIVAL
    [18:04:12 INFO]: This server is running CraftBukkit version git-Spigot-fdc1440-880a532 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
    [18:04:12 INFO]: Debug logging is disabled
    [18:04:12 INFO]: Server Ping Player Sample Count: 12
    [18:04:12 INFO]: Using 4 threads for Netty based IO
    [18:04:12 INFO]: Generating keypair
    The Log file is like this:
    Code:
    [18:05:05] [Server thread/INFO]: Starting minecraft server version 1.8.8
    [18:05:05] [Server thread/INFO]: Loading properties
    [18:05:05] [Server thread/INFO]: Default game type: SURVIVAL
    [18:05:06] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-fdc1440-880a532 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
    [18:05:06] [Server thread/INFO]: Debug logging is disabled
    [18:05:06] [Server thread/INFO]: Server Ping Player Sample Count: 12
    [18:05:06] [Server thread/INFO]: Using 4 threads for Netty based IO
    [18:05:07] [Server thread/INFO]: Generating keypair
    
    Is there any way to make the log file log EXACTLY what you can see in the console WITHOUT any plugins. I am programming an external program and it uses the log files for it's work. I need the ORIGINAL console output.

    Thanks in advance

    bump

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Dec 4, 2015
  2. Offline

    VortexGmer

Thread Status:
Not open for further replies.

Share This Page