This procedure sets the log level in the DebugService.
Prerequisites: Admin write permissions on the station’s DebugService.
- In the DebugService’s default Logger Configuration view, click in the Log Category field and start typing the name of a module or module.process you wish to add.
A drop-down list opens.
- Double-click an item in the list.
This enters the item in the Log Category field.
- On the right, click the control and select a level, for example
FINE (for more detail than the default INFO level offers).
- Click the
Add control to add it to configured log categories. It now appears in the listed log categories.
- Repeat steps 1 through 4, if needed, to add other items, or else make other changes on levels, etc.
- Click the
Save button to save these settings to the host’s ~/logging/logging.properties file.Settings become immediately active, affecting station output as seen in the Application Director.
CAUTION: Be aware that persisted log settings are not part of a station’s configuration, even though you access them through a station’s
DebugService. Settings apply to any station run on the host, until changed and saved again. Therefore, be sure to return settings back to normal levels and/or delete
additions after concluding a debug session. Otherwise, excessive station output could adversely impact station performance.
Workbench has a similar log interface for its console, available in the Tools menu (). This log affects output seen in the console window when you start
Workbench with the shortcut
Workbench (Console), for (wb.exe). Changes to it are stored in your User Home ~/logging/logging.properties file.