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 needing to create and configure 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 the file ~/.kuali/ole/fs/log4j.properties containing your custom settings
  4. All logging is handled at runtime via Log4j
  5. Any logging added to the application from now on should use SLF4J
  6. As code gets updated, log4j logging statements should get replaced with SLFJ logging statements

...