log4j itself looks for a log4j.properties or log4j.xml file in the classpath, so that would work whether you're using Lift or not.
Derek On Sun, Aug 16, 2009 at 6:14 PM, Naftoli Gugenheim <[email protected]>wrote: > > Thanks. The book makes it sound like the file should be called log4j.props, > and the repository has files called log4j.properties. I haven't used log4j > before, but apparently putting one of the log4j.properties files in, named > default.log4j.props, worked, so I guess it needed that prefix. > > > ------------------------------------- > Derek Chen-Becker<[email protected]> wrote: > > Provide your own log4j configuration. IIRC, you should be able to create a > default.log4j.xml or default.log4j.props file and put it in > src/main/resources/props/ to customize the log4j config. > > Derek > > On Sun, Aug 16, 2009 at 3:48 PM, Naftoli Gugenheim <[email protected] > >wrote: > > > > > How do you set the log level to include debug output? > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
