Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-14840

Get rid of slf4j in jraft package and for the rest modules of the project

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0-alpha3
    • None

    Description

      We should replace slf4j logging with IgniteLogger. As far as raft module uses slf4j log method with vararg params and passes last param as throwable, IgniteLogger also should support such cases. In discussion with amashenkov we've agreed that we do not want to support such scenario as is and we added the following methods to IgniteLogger:

      debug(String msg, Throwable th, Object... params)
      info(String msg, Throwable th, Object... params)
      trace(String msg, Throwable th, Object... params)
      warn(String msg, Throwable th, Object... params)
      

      Attachments

        Issue Links

          Activity

            People

              maliev Mirza Aliev
              ascherbakov Alexey Scherbakov
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 40m
                  1h 40m