Skip to content

Commit a52bd0e

Browse files
FifthPotatoalanking
authored andcommitted
[irods/irods#8319] Add documentation for GenQuery1 log category
1 parent 0a7b65d commit a52bd0e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/system_overview/troubleshooting.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ In iRODS 4.3.0, log output is managed via **server_config.json**. The server now
178178
// Controls log output related to the Delay Server process.
179179
"delay_server": "info",
180180

181+
// Controls log output related to the GenQuery1 parser.
182+
// This log category DOES NOT affect the log output of the GenQuery1 API.
183+
// The GenQuery1 API log output is controlled via the "api" log category.
184+
"genquery1": "info",
185+
181186
// Controls log output related to the GenQuery2 parser.
182187
// This log category DOES NOT affect the log output of the GenQuery2 API.
183188
// The GenQuery2 API log output is controlled via the "api" log category.

0 commit comments

Comments
 (0)