1

How do i change the log level of a spring container which does not run in an appserver?

Sean Patrick Floyd
  • 292,901
  • 67
  • 465
  • 588
java_geek
  • 17,585
  • 30
  • 91
  • 113

1 Answers1

4

in your log4j.properties (if using log4j):

log4j.logger.org.springframework=INFO
Bozho
  • 588,226
  • 146
  • 1,060
  • 1,140