Context
Change Type: Preview
Product area: Analytics
Component: Streaming Analytics
Deployed at: eu.latest.cumulocity.com, apj.cumulocity.com, jp.cumulocity.com, cumulocity.com, us.cumulocity.com, emea.cumulocity.com
Technical details
Build artifact: apama-in-c8y (27.25.0)
Internal ID: PAB-5072
Description
A new Logger block has been added to Analytics Builder in Public Preview. This block enables writing a message to the microservice log file for each input, with the following parameters:
-
loggerTag:
Used to identify log messages from this block. If not specified, defaults to “logger”. -
logLevel:
The log level to use when writing messages to the log file. Available options:INFO(Default)DEBUG(Will not appear in the log by default)WARNERROR
-
disableOutput:
Whether to disable logging from this block. This can be templated using model parameters to disable logging at runtime. Defaults tofalse.