Uploaded image for project: 'Oozie'
  1. Oozie
  2. OOZIE-2702

Remove System.out.println() calls and replace them with Loggers in the sharelibs

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 5.0.0
    • None
    • None
    • None

    Description

      Currently there are a lot of System.out.println() calls in the code, mostly in the sharelib.

      This solution is inferior to using a logger library, where we can fine-tune a lot of different things. It's desirable that we migrate these calls to a logging framework.

      The preferred solution would be to use a Logger in our code, redirected per default to the console using ConsoleAppender. That way we wouldn't be breaking compatibility, but some of the users could redirect to another Appender s.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              pbacsko Peter Bacsko
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: