AutoVue Integration

Adapt the AutoVue Integration Setting

 

Configure the Trace Settings

 

The trace settings of the AutoVue integration have to be performed in the webautovue.properties file. This file can be found in the "staging" folder of the AutoVue integration web application.

Before performing any modifications on this file, it has to be copied into the staging/VueLink/WEB-INF/classes folder. Here, the trace can be activated.

The tracing result can be found in the application domain folder.

  #
# Enables/Disables the trace
#
Trace.Enabled=false
  #
# Enables/Disables that the exception are shown in the trace
#
Trace.ShowExceptions=true
  #
# trace level setup of a package
#
# 0 - no output
# 1 - trace output
# 2 - debug output
# 3 - trace and debug output
#
Trace.PackageMask.com.agile.autovue=3
  #
# Location and name of the trace file
#
log4j.appender.LogFile.File=webautovue.log