* Update plugins/hooks from branch 'stable-2.14'
to 1370e0d678579efe09678d33b3ee26c6f9428dac
- More logging improvements to help tracking down hook problems
Add more informational logs:
- The configured hooks path.
- The resolved path for each hook.
Each of these is only logged once (the latter once per hook) so logging
at info level will not be obtrusive.
Log the path of the hook file if it does not exist. This is logged at
debug level because it will be emitted on every attempt to execute the
hook.
Change-Id: I1fe6f860346d73648283178b58982180d2c35ce9
- Clarify usage of logging set-level command in documentation
The command only works for existing loggers. To set the level for
all loggers one must change the log4j configuration.
Change-Id: I44c04a2fcae8d8c9e812e7de28cf4ccfd3c31b65
- Update debug documentation to enable debugging for the whole package
Instead of only enabling for the HookTask class, enable for the whole
hooks package.
Change-Id: I33503f6185f07945f88b6de7a7aab4eaa509fbbf