...
- A default logging configuration is now bundled into OLE FS
- This means logging will work out of the box without requiring you to point OLE FS at an external log4j.properties file
- You can still override the default log4j configuration if desired
- set the property
ole.fs.log4j.override=true
- create the file
~/.kuali/ole/fs/log4j.properties
containing your custom settings
- set the property
- All logging is handled at runtime via Log4j
- Any logging added to the application from now on should use SLF4J
- As code gets updated, log4j logging statements should get replaced with SLFJ SLF4J logging statements
Properties
...