Petals Logger Level
Petals define a specific level: MONIT.
The levels provided by Petals in descending order are:
- SEVERE (highest value)
- WARNING
- INFO
- CONFIG
- MONIT
- FINE
- FINER
- 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.
##Petals level Petals.level = FINEST #Handler Configuration java.util.logging.ConsoleHandler.level = FINEST
If you want to debug only petals component
Petals handler
By default two handler are used: consoleHandler and FileHandler.
The console handler is use to routing logging to stdout.
The parameter java.util.logging.ConsoleHandler.level define the level
Petals formatter
Configure Default Petals logger level
Configure logg
Petals Level :
Petals define a custom log level : MONIT. When this le level activate many
This level logs