Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/system_overview/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ In iRODS 4.3.0, log output is managed via **server_config.json**. The server now
// Controls log output related to the Delay Server process.
"delay_server": "info",

// Controls log output related to the GenQuery1 parser.
// This log category DOES NOT affect the log output of the GenQuery1 API.
// The GenQuery1 API log output is controlled via the "api" log category.
"genquery1": "info",

// Controls log output related to the GenQuery2 parser.
// This log category DOES NOT affect the log output of the GenQuery2 API.
// The GenQuery2 API log output is controlled via the "api" log category.
Expand Down