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
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index 778f4cc..c651243 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -102,12 +102,12 @@
 debug level.
 
 To make debug logs visible in Gerrit's log file, debug logging must be
-enabled for `com.googlesource.gerrit.plugins.hooks.HookTask`. This can be
+enabled for the `com.googlesource.gerrit.plugins.hooks` package. This can be
 done by editing the `log4j.properties` file (requires a Gerrit restart) or
 by setting the log level at runtime with the ssh command:
 
 ```
-  ssh -p 29418 user@gerrit gerrit logging set-level DEBUG com.googlesource.gerrit.plugins.hooks.HookTask
+  ssh -p 29418 user@gerrit gerrit logging set-level DEBUG com.googlesource.gerrit.plugins.hooks
 ```
 
 [1]: ../../../Documentation/config-gerrit.html#gerrit.canonicalWebUrl