The logging is set when the package starts.
This means that if you dynamically change the logging properties once the
package has started they won't have any affect.
You could use a parent package to change the properties for a child package
prior to executing it. That could become very messy though.
"Curt" <ckiser (AT) wi (DOT) rr.com> wrote
Quote:
Is there a way to dynamically change the logserver in a
package?
I've tried to use a dynamic property task, but it doesn't
work. I'm guessing it's because the package is already
executing and the value is stored in memory and can't be
updated.
Thanks, Curt |