IdP 3.4: Deprecated items in custom Syntax
Cantor, Scott
cantor.2 at osu.edu
Thu Sep 28 09:53:45 EDT 2017
> Will the deprecated elements be logged at WARN level? And is there a
> specific class that will log them?
Yes, yes, and they will be sent to an additional log file, for new installs anyway.
> Would the warning be logged when the deprecated element is used (which
> would have implications for coverage) or on (re-)load of each of the services?
It varies by the thing being deprecated. You can't log a call to a deprecated method until it's called or a deprecated webflow until it's used. Deprecated properties are logged at startup, deprecated settings are logged when they're found, and most are logged only once for a given thing.
-- Scott
More information about the dev
mailing list