浏览代码

[DOCS] JDBC Driver troubleshooting params (#93858)

* [DOCS] JDBC Driver troubleshooting params

* Update docs/reference/sql/endpoints/jdbc.asciidoc

Co-authored-by: Bogdan Pintea <bogdan.pintea@elastic.co>

* Update docs/reference/sql/endpoints/jdbc.asciidoc

Co-authored-by: Bogdan Pintea <bogdan.pintea@elastic.co>

---------

Co-authored-by: Bogdan Pintea <bogdan.pintea@elastic.co>
Luca Belluccini 2 年之前
父节点
当前提交
d746295296
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      docs/reference/sql/endpoints/jdbc.asciidoc

+ 7 - 0
docs/reference/sql/endpoints/jdbc.asciidoc

@@ -161,6 +161,13 @@ experimental:[] See <<modules-cross-cluster-search,{ccs}>>.
 `allow.partial.search.results` (default `false`):: Whether to return partial results in case of shard failure or fail the query throwing
 the underlying exception (default).
 
+[discrete]
+==== Troubleshooting
+
+`debug` (default `false`):: Setting it to `true` will enable the debug logging.
+
+`debug.output` (default `err`):: The destination of the debug logs. By default, they are sent to standard error. Value `out` will redirect the logging to standard output. A file path can also be specified.
+
 [discrete]
 ==== Additional