Logging
Logging configuration¶
Configuration options can be set through the following environment variables:
RT_LOG_LEVEL (verbose, debug, info, warning, error, fatal)
RT_LOG_FILE (filename)
On Windows this can be set on the command-line using:
set RT_LOG_LEVEL=debug
set RT_LOG_FILE=myfile.log
On Linux you can set these variables using:
export RT_LOG_LEVEL=debug
export RT_LOG_FILE=myfile.log
-- or directly in front of an application --
RT_LOG_LEVEL=debug ./cvediart
By default CVEDIA-RT writes to cvediart.log
with info
log level.