diff --git a/doc/user/application_security/dast/browser/troubleshooting.md b/doc/user/application_security/dast/browser/troubleshooting.md
index 0731816eb6fbf01a2a7e50c14880c40a1f9be2c8..f4d9c0fd60b2547eb65407ea1581cec8aa02c282 100644
--- a/doc/user/application_security/dast/browser/troubleshooting.md
+++ b/doc/user/application_security/dast/browser/troubleshooting.md
@@ -145,8 +145,10 @@ The modules that can be configured for logging are as follows:
 | `BROWS`    | Used for querying the state or page of the browser.                                               |
 | `CACHE`    | Used for reporting on cache hit and miss for cached HTTP resources.                               |
 | `CHROM`    | Used to log Chrome DevTools messages.                                                             |
+| `CONFG`    | Used to log the analyzer configuration.                                                           |
 | `CONTA`    | Used for the container that collects parts of HTTP requests and responses from DevTools messages. |
 | `CRAWL`    | Used for the core crawler algorithm.                                                              |
+| `CRWLG`    | Used for the crawl graph generator.                                                               |
 | `DATAB`    | Used for persisting data to the internal database.                                                |
 | `LEASE`    | Used to create browsers to add them to the browser pool.                                          |
 | `MAIN`     | Used for the flow of the main event loop of the crawler.                                          |