Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. A default logging configuration is now bundled into OLE FS
  2. This means logging will work out of the box without requiring you to point OLE FS at an external log4j.properties file
  3. You can still override the default log4j configuration if desired
    1. set the property ole.fs.log4j.override=true
    2. create this file a log4j.properties containing your custom settings at
      No Format
      ~/.kuali/ole/fs/log4j.properties
  4. Any logging added to the application from now on should use SLF4J
  5. As code gets updated, log4j logging statements should get replaced with SLF4J logging statements

...