Troubleshooting failed craft packages
Last updated
Last updated
For craft packages there are no separate logs (unless explicitly written by an installer inside the craft package).
Depending on the scope they are executed within system
or user
, the (very basic) output will be found in the tray.log
(for user scope) or in the realmjoin.log
(for system scope).
For craft packages running in user scope, as mentioned above, the output will be found in the tray.log
file. Instead of the package id the relevant lines can be found using the configured display name of the package:
This will be followed more or less instantly (depending on installation time) by:
The relevant logs for craft packages running in system scope will be split across tray.log
for download and initialization information, and realmjoin.log
for the actual output and return code. Other than that, it's the same as for user craft package installation.
The example below shows how package output is included in the log file:
The tray.log
file will always include a hint in parentheses after the version number whether the package is run in system or user scope: