Opened 21 months ago
Closed 21 months ago
#2685 closed enhancement (fixed)
NEW - configuration to set logging level of rasj in petascope.properties
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.1 |
Component: | petascope | Version: | 10.0 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
In petascope.properties, it will have a new setting to set the log level of rasj when petascope starts by invoking this code:
rasj.global.Debug.setDebugThreshold(int level);
rasj_logging_level=LEVEL
with LEVEL
belongs to one of the key setting below and the corresponding value is set to int level
.
ERROR=0, WARN=1, DEBUG=2, TRACE=3
Note:
See TracTickets
for help on using tickets.