1 Reply Latest reply on Nov 14, 2016 7:02 PM by jamezp

    console log rotation

    gunutd19

      How can we rotate JBOSS console.log without having to write a cron job?

        • 1. Re: console log rotation
          jamezp

          Generally speaking the "console.log" is just a pipe of stdout so you can't really rotate it. It shouldn't contain any extra log records that aren't in the server.log by default. You could just disable the console-handler and then the console.log will only have the startup script information logged to it.

           

          --

          James R. Perkins