Derek Chen-Becker <[email protected]> writes: > Changing the logging has to come at the very beginning of the boot method. > I'm using slf4j in a 1.0.2 project and it's working fine. The very first > line of my boot method is: > > LogBoot.loggerSetup = () => true > > which basically disables Lift setting up any logging (you'll have to do your > own configuration via xml or API). Try that and let me know if you still > have problems. > > Derek
While this works in 1.0.x, I think you need 1.1.x to be able to remove log4j from the classpath. More details here: http://www.mail-archive.com/[email protected]/msg09582.html /Jeppe --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
