Viz Pilot User Guide

Version 8.5 | Published December 16, 2019 ©

Log Files

This section contains the following topics:

Viz Log Files

Viz Pilot System log files

The default location is:

  • %PROGRAMDATA%\Vizrt\Logs\Viz Pilot x.y\pilot.log

    Note: If this path is empty, check the ContentPilot.ini, as the default path may be overridden by the logdir setting in the Pilot section of the ini file.

    You can also access the logs from Main Menu > File > View Log.

The logging level can be set using environment variable PILOT_LOG_LEVEL. This accepts the values 0-4 where a higher number means a more verbose log. The default level is 3.

Database log files

See Database Error Logs.

Other log files

Other useful log files include the Media Sequencer logs and the Viz Engine logs.

Crash Log Files

Eureka log files (.elf)

Eureka Log files for Viz Pilot News, Director and Template Wizard are found here:

  • %ProgramData%\Vizrt\Logs\Viz Pilot x.y

Crash Dumps

If using Windows 7 or later, it is possible to generate crash dumps automatically by setting certain registry keys, as described in Collecting User-Mode Dumps.

All of the Viz Pilot system’s client applications are 32-bit. When collecting a crash dump of a 32-bit application on 64-bit Windows, you must use the 32-bit version of the Windows Task Manager in order for the dumps to be readable.

The Windows task manager will normally be installed in:

  • 32-bit version; C:\Windows\SysWOW64\taskmgr.exe

  • 64-bit version; C:\Windows\System32\taskmgr.exe

Viz Config Files

Viz Pilot System config files

Most of the Viz Pilot system’s components use the ContentPilot.ini file. Object Store may use its own objectstore.ini file.

The INI files are stored here:

Viz Engine config files

The Viz Engine files are stored here:

  • Windows 64-bit: %ProgramFiles(x86)%\Vizrt\Viz3

  • Windows 32-bit: %ProgramFiles%\Vizrt\Viz3

Media Sequencer config files

The default.xml files are stored here:

  • Windows Vista and 7: %ProgramData%\Vizrt\Media Sequencer Engine

  • Windows XP: C:\Documents and Settings\All Users\Application Data\Vizrt\Media Sequencer Engine
    For more details see Media Sequencer Data.

Modifying Log File Settings

The default location can be overridden using the LOGDIR and LOGFILE settings in the ContentPilot.ini file.

The maximum size and number of rolling log files can also be configured in the ini file (LOGSIZE, LOGCOUNT).

The log level can be changed by using the following command line parameters:

  • noverbose sets log level to low.

  • extra_verbose sets log level to high