<LoggerLevel>
Section:
Service (excluding JettyServer and JettyWorkers)
Required:
No
Value type:
String
Product:
Creo Elements/Direct Manager Java Services
Description
This tag configures a specific logger level and is set after the <DefaultLogLevel> tag is applied set. For more information, see Java Logging Overview.
Example
This example shows the valid configuration of the tag:
<LoggerLevel level="INFO" name="com.osm.services.transaction"/>
Was this helpful?