summaryrefslogtreecommitdiffstats
path: root/yql/essentials/docs/en
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-03-19 19:59:39 +0300
committerrobot-piglet <[email protected]>2025-03-19 20:10:07 +0300
commitaf3defb60e49edd4c2ccae5353a95a549a724fdd (patch)
tree8d5a748ccb1bb369fb11b92befb8c03247832339 /yql/essentials/docs/en
parentd37d28aa60058e6dee72591247b17d938da557b7 (diff)
Intermediate changes
commit_hash:c67cba9ae71e0537ebbf4d47c15e56c5818c46a1
Diffstat (limited to 'yql/essentials/docs/en')
-rw-r--r--yql/essentials/docs/en/syntax/pragma.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/yql/essentials/docs/en/syntax/pragma.md b/yql/essentials/docs/en/syntax/pragma.md
index 5bb89c276ec..1ae4cae1b52 100644
--- a/yql/essentials/docs/en/syntax/pragma.md
+++ b/yql/essentials/docs/en/syntax/pragma.md
@@ -51,6 +51,14 @@ There are also special scoped pragmas with the scope defined by the same rules a
Automatically run [COMMIT](commit.md) after every statement.
+### RuntimeLogLevel {#runtime-log-level}
+
+| Value type | Default |
+| --- | --- |
+| String, one of `Trace`, `Debug`, `Info`, `Notice`, `Warn`, `Error`, `Fatal` | `Info` |
+
+Allows you to change the logging level of calculations (for example, for UDFs) during query execution or at the stage of declaring the UDF signature.
+
### TablePathPrefix {#table-path-prefix}
| Value type | Default |