Logging

powerAPS uses Apache log4net as core logging library, and additionally PostSharp Diagnostics for extended Debug logging.

Log messages - Info, Warning, Error, and optionally Debug - are written to the coolOrange powerJobs log file.
The specific location depends on where the powerAPS Cmdlets are used:

Job Processor

When used on the Job Processor, logs are written to ‘C:\Users\{USER}\AppData\Local\coolOrange\powerJobs Processor\Logs\powerJobs Processor.log’.

Logging behavior is configured via the powerJobs Processor.log4net file. For details, refer to:

coolOrange powerJobs Processor Logging Guide

Workstations

On regular Vault Client machines, log entries appear in ‘C:\Users\{USER}\AppData\Local\coolOrange\powerJobs Client\Logs\powerJobs Client.log’:

Configuration is handled through the powerJobs Client.log4net file. Full documentation:

coolOrange powerJobs Client Logging Guide