Log Panel

The Log Panel provides live status information for the project. This log panel is also visible in the Live tab for easy access to updates and debugging.

Debug [D] - Debug process.

Info [I] - Process update.

Success [S] - Process successfully actioned/loaded.

Warn [W] - Process unsuccessful - may cause an error if not resolved.

Error [E] - Project playback not possible due to an error.

By default you only get Info logging and above in this panel. If you want debugging enabled, go to your system environment variables and set NUKESTAGE_LOG_LEVEL=debug. This environment variable can also be set to info, warn or error to only show messages at that level or above.

Tip:  You can turn off the timestamps in your environment variables by setting NUKESTAGE_LOG_NO_TIMESTAMPS=1