From 4fbbf74fdee3945d0e20c77964c8f9ba2479c02f Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Thu, 10 May 2018 12:39:28 +0900 Subject: [PATCH] Update git submodules * 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 --- plugins/hooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hooks b/plugins/hooks index ed035668d7..1370e0d678 160000 --- a/plugins/hooks +++ b/plugins/hooks @@ -1 +1 @@ -Subproject commit ed035668d708fec7a1893f48f40417ebe024967a +Subproject commit 1370e0d678579efe09678d33b3ee26c6f9428dac