1

I configured WAS to log my class' fine messages (com.test.*=fine) in the admin console, but in RAD, the entries "logger.fine(message)" don't show up in RADs' console. Is there an additional step I'm missing ?

xain
  • 657
  • 3
  • 12
  • 24

1 Answers1

0

There are two tabs: Configuration, Runtime.

If you only made the changes in Configuration and didn't restart your server instance, you won't see the changes reflected in your Console. Better to make the changes on the Runtime tab to test them immediately, then check the box to "Save runtime changes to configuration as well" when you're ready to persist your changes permanently.

Christopher Parker
  • 448
  • 2
  • 5
  • 12
  • Thanks for your reply; what I did was to do the change in Configuration and as it didn't work, I restarted the server. Shouldn't it have worked then? – xain Jun 17 '10 at 22:37