I'd like to be able to control how much information is logged to SQL Server from my SSIS package.
When things are going good I'd like just the minimum, when they are going bad I'd like more.
I'd like to change this via a DB entrty
The reason why is I can easily change a DB entry in Production than I can elevate a new SSIS package with more verbose logging turned on.
Why don't I want it on all the time? Too many entries and the table is filling up.
Ideas?
Thanks