Uploaded image for project: 'SLF4J'
  1. SLF4J
  2. SLF4J-254

Make SLF4J Simple log INFO to System.out instead of System.err

    XMLWordPrintable

Details

    Description

      I find it mildly irritating that SLF4J Simple logs everything to System.err - it means, for instance, that if you use cargo in Maven to run up Jetty with SLF4J simple then perfectly fine info messages are intercepted and logged as warnings by Maven, purely because they were sent to System.err.

      It seems more appropriate to log INFO to System.out and WARN/ERROR to System.err.

      Obviously not a big deal, just a minor niggle. Pull request made on github.

      Attachments

        Activity

          People

            slf4j-dev SLF4J developers list
            robert@teviotia.co.uk Robert Elliot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: