From MSDN I found the following:
"The child package that the Execute Package task runs may or may not be configured to use logging, but the child package will always forward the log details to the parent package. If the Execute Package task is configured to use logging, the task logs the
log details from the child package."
It appears this only works one level deep. My parent package is receiving log details from its child, but not from its grand child (package that the child executes). How can I get the parent to receive log information all of its decendants?
View Complete Post