Using the File Appender - 8.0

Talend ESB Infrastructure Services Configuration Guide

Version
8.0
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Design and Development
Installation and Upgrade
Last publication date
2024-03-13

It is recommended to use the Log-Appender for production use, but the file appender provides a simple setup and can be used for test and development purposes.

The file appender can be configured in org.apache.karaf.decanter.appender.file.cfg as follows:
# Marshaller
marshaller.target = (dataFormat=json)
 
# File
filename = ${karaf.data}/eventmonitoring/em.log
After starting the Talend Runtime Container, to start the Event Monitoring with the file appender, enter the following command at the console prompt:
tesb:start-em-agent-file
You can stop it with:
tesb:stop-el-agent-file