|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (5)
View Page History* FINEST (lowest value)
The root logger level is WARNING. It means that all classes log only SEVERE and WARNING information.
You can target specific packages to collect logging from and specify a level. Here is how you would set debugging from Petals. You would need to ensure the Handler's level is also set to collect this threshold, so FINEST or ALL should be set.
You can target specific packages to collect logging from and specify a level. Here is how you would set debugging from Petals. You would need to ensure the Handler's level is also set to collect this threshold, so FINEST or ALL should be set.
java.util.logging.ConsoleHandler.level = FINEST
{code}
{code}
If you want to debug only petals component
Example of configuration to debug (Level FINEST) petals-bc-soap component:
{code}
##Petals level
Petals.level = INFO
Petals.Container.Components.petals-bc-soap.level = FINEST
#Handler Configuration
java.util.logging.ConsoleHandler.level = FINEST
{code}
{code}
##Petals level
Petals.level = INFO
Petals.Container.Components.petals-bc-soap.level = FINEST
#Handler Configuration
java.util.logging.ConsoleHandler.level = FINEST
{code}
h2. Petals handler
The console handler is use to routing logging to stdout.
The parameter java.util.logging.ConsoleHandler.level define the level
h2. Configure Default Petals logger level
h2. Configure logg
Petals Level :
Petals define a custom log level : MONIT. When this le level activate many
This level logs
{column}