How to collect DPM Verbose logs

This is the plan, in order to collect some DPM (Data Protection Manager) verbose logs (that way, the DPM log files will contain MUCH MORE logging to help troubleshoot issues):  

Make sure that no jobs are active or scheduled to run, while performing the following steps.

To enable full VERBOSE logging add the following on both the primary and secondary DPM Server:
Go to the registry: HKLM\Software\Microsoft\Microsoft Data Protection Manager
Add a DWORD value, named: TraceLogLevel and set it to 0x43e
>Stop the DPM services that you want to enable verbose logging for.. ( DPM AccessManager Service, MSDPM service, etc..).
>Delete all the old logs.
The DPM SERVER 2010 (or if upgraded to DPM 2012) Logs are in the C:\Program files\Microsoft DPM\DPM\temp folder.
The DPM SERVER 2012 logs are in the C:\Program Files\System Center 2012\DPM\DPM\temp folder.
The PROTECTED SERVER logs are in C:\Program files\Microsoft Data Protection Manager\DPM\temp
>Now you just need to reproduce the issue. 

Note: After you reproduce the issue, be sure to delete or rename the TraceLogLevel registry setting and restart the DPM services (so non-Verbose logging takes place again).