Configuration of Logbook Messages
Content of Logbook Messages
The following table describes properties in event-upload-sm.properties.
| Property | Default | Description |
|---|---|---|
| event-upload.logbook.defaultRetailStoreId | -1 |
Default value for the retailStoreID (not relevant to central applications; default can be used) |
| event-upload.logbook.defaultWorkstationId | -1 |
Default value for the workstationID (not relevant to central applications; default can be used) |
| event-upload.logbook.systemVersion | Template version | Version of the system/application |
| event-upload.logbook.truncateTooLongMessageContent | false | true/false – enables the shortening of message content |
Enable / Disable the Creation of Events
Application Events
All the events are disabled in the standard product configuration (ses-monitoring.properties). Enable -> “.enabled=true”, disable -> “.enabled=false”.
ses.monitoring.filter.1000.enabled=false
The message code (last 4 digits of the message ID) is used as an identifier. If an event is not listed in this configuration, the event is generated as the default.
Runtime Events
All events are disabled in the standard product configuration (runtime-event.properties). Enable -> “.enabled=true”, disable -> “.enabled=false”.
runtime-event.start.enabled=false
...
runtime-event.stop.enabled=false
...
runtime-event.alive.enabled=false
Enable / Disable the Sending of Events
All events are disabled in the standard product configuration (event-upload-sm.properties). Enable -> “.enabled=true”, disable -> “.enabled=false”. If the event is not mentioned in the file, it is not provided.
event-upload.logbook.filter.0281000010002.enabled=false
event-upload.logbook.filter.0281000010003.enabled=false
event-upload.logbook.filter.0281000010001.enabled=false
event-upload.logbook.filter.0281000021000.enabled=false
The complete message ID has to be used in this configuration file.