Troubleshooting Logging

Cloudhouse Alchemy Compatibility Packages provide logs to aid in troubleshooting. If logging is enabled for a Compatibility Package, the logs that are created and their location depends on which stage of the packaging process you are at:

Log Type

Log Created

Default Location

Enabled by Default?

Deployment Workflow Log

When a Compatibility Package is deployed

The folder of the source Compatibility Package. For example:
<SourcePackage>\Cloudhouse.Deployment.log

Yes

Run Workflow Log

When a Compatibility Package runs

The folder where the Compatibility Package is deployed to. For example:
<DeployDir>\Cloudhouse.Run.log

Yes

AAV Logs

When AAV runs

Dependent on the operating system where AAVis being run:

Windows 7 and later:
%LocalAppData%\Cloudhouse\logs\ reversedate-time-PID-AAV.log

Windows XP:
%UserProfile%\Local Settings\Application Data\Cloudhouse\logs\reversedate-time-PID-AAV.log

x86 Service accounts:

%WINDIR%\System32\config\systemprofile\AppData\Local\Cloudhouse\logs\reversedate-time-PID-AAV.log

x64 Service accounts:

%WINDIR%\SysWOW64\config\systemprofile\AppData\Local\Cloudhouse\Logs\reversedate-time-PID-AAV.log

No. For performance reasons, AAV logging is not enabled by default and should only be enabled for testing and troubleshooting purposes.

Package Management Log

When a command in the Package Management executable is executed

The folder that the Cloudhouse.Package.Management.exe is executed from. For example: <ExecutionLocation>\Cloudhouse.PackageManagement.log

Yes