Operations Basics / Version 2301
Table Of Contents
The logging configuration for each command-line tool is taken from the
tools-logback.xml
file in properties/corem
directory by
default. You can use a customized configuration file and add the file name to the system
properties when initializing the application with:
-Dlogback.configurationFile=file://localhost/<PathtoYourFile>/<yourFileName>.xml
You will find the default logging facilities of CoreMedia applications in the default logging configuration.
stdout/stderr
Output
Enter the location for the stdout/stderr
output of an application and any other third-party
program in the corresponding JPIF start file of the application. To do so, configure the
parameter OUTPUT_REDIRECT
in the corresponding JPIF file of the application as
it is described in this file.