From: Jorge S. S. <jsa...@gm...> - 2011-02-04 00:18:12
|
Hello, You should define the "PlayerClient.debug" property, for example in java command line: java ....... -DPlayerClient.debug ...... YourApp The standard java log configuration just log INFO messages and above on console. To enable more log levels, you must write your own log configuration file or modify the level in the JRE file logging.properties. Hope this help > Hi, > > how do I enable the whole debug output of the PlayerClient? > > I never got it output something. > > What are the steps to do? > > Thanks, > > Sebastian |