Share

Log - Arnold User Guide

Arnold can generate a log reporting all the steps needed to render an image and any warnings and errors encountered by the renderer. This log also provides detailed statistics that are useful for debugging, optimizing, and benchmarking renders.

Note:

The Arnold log provides detailed statistics that are useful for debugging, optimizing and benchmarking renders. It is the first thing to examine should you encounter errors and usually the first information to send to support. Note that an individual log file will be saved for each frame of animation that has been rendered. You can open an Arnold Render Logs window directly from the Arnold RenderView window where you can view a simple-to-read version of the Arnold log.

Verbosity Level

Specifies the amount of information in the log messages, with Warnings being least and Debug most:

  • Errors: Show errors only.
  • Warnings: (default): Show error and warning messages.
  • Info: Show errors, warnings, statistics, and any info that does not slow down rendering.
  • Debug: Show all information. Take care when using this mode as render times may increase.

File

If enabled a log is written to the specified file.

Filename

Specifies the output path for Arnold log files. You can use environment variables. You can use padding (#) in the file name.

Max. Warnings

Limits the number of warning messages (of a similar type) that are sent to the log.

There are 4 levels for this logging:

0 Nothing.

1 Warnings and errors.

2 Warnings, errors and infos (how many extensions we register, how many shader nodes are created, what plugin is loaded).

3 Everything.

Was this information helpful?