Skip to content

Commit 427260b

Browse files
committed
Changing url to reference logging levels in Grid
[deploy site]
1 parent 421cfaf commit 427260b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website_and_docs/content/documentation/grid/configuration/cli_options.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ pull request updating this page.
194194
| `--http-logs` | boolean | `false` | Enable http logging. Tracing should be enabled to log http logs. |
195195
| `--log-encoding` | string | `UTF-8` | Log encoding |
196196
| `--log` | string | Windows path example : <br>`'\path\to\file\gridlog.log'` <br> or <br> `'C:\path\path\to\file\gridlog.log'`<br><br>Linux/Unix/MacOS path example :<br> `'/path/to/file/gridlog.log'` | File to write out logs. Ensure the file path is compatible with the operating system's file path. |
197-
| `--log-level` | string | `“INFO”` | Log level. Default logging level is INFO. Log levels are described here https://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html |
197+
| `--log-level` | string | `“INFO”` | Log level. Default logging level is INFO. Log levels are described here https://docs.oracle.com/en/java/javase/11/docs/api/java.logging/java/util/logging/Level.html |
198198
| `--plain-logs` | boolean | `true` | Use plain log lines |
199199
| `--structured-logs` | boolean | `false` | Use structured logs |
200200
| `--tracing` | boolean | `true` | Enable trace collection |

website_and_docs/content/documentation/grid/configuration/cli_options.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Grid の設定には、さまざまなセクションが用意されています
193193
| `--http-logs` | boolean | `false` | http ログを有効にします。http ログを記録するには、トレースを有効にする必要があります。 |
194194
| `--log-encoding` | string | `UTF-8` | ログのエンコーディング。 |
195195
| `--log` | string | Windows パスの例: <br>`'\path\to\file\gridlog.log'` <br> or <br> `'C:\path\path\to\file\gridlog.log'`<br><br>Linux/Unix/MacOS パスの例:<br> `'/path/to/file/gridlog.log'` | ログを出力するファイル。OS のファイルパスと互換性があることを確認してください。 |
196-
| `--log-level` | string | `“INFO”` | ログレベル。デフォルトは INFO です。 ログレベルはこちらを参照してください。 https://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html |
196+
| `--log-level` | string | `“INFO”` | ログレベル。デフォルトは INFO です。 ログレベルはこちらを参照してください。 https://docs.oracle.com/en/java/javase/11/docs/api/java.logging/java/util/logging/Level.html |
197197
| `--plain-logs` | boolean | `true` | プレーンなログを使用します。 |
198198
| `--structured-logs` | boolean | `false` | 構造化ログを使用します。 |
199199
| `--tracing` | boolean | `true` | トレースを有効にします。 |

website_and_docs/content/documentation/grid/configuration/cli_options.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ e esteja à vontade para nos enviar um pull request com alterações a esta pág
196196
| `--http-logs` | boolean | `false` | Enable http logging. Tracing should be enabled to log http logs. |
197197
| `--log-encoding` | string | `UTF-8` | Log encoding |
198198
| `--log` | string | Windows path example : <br>`'\path\to\file\gridlog.log'` <br> or <br> `'C:\path\path\to\file\gridlog.log'`<br><br>Linux/Unix/MacOS path example :<br> `'/path/to/file/gridlog.log'` | File to write out logs. Ensure the file path is compatible with the operating system's file path. |
199-
| `--log-level` | string | `“INFO”` | Log level. Default logging level is INFO. Log levels are described here https://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html |
199+
| `--log-level` | string | `“INFO”` | Log level. Default logging level is INFO. Log levels are described here https://docs.oracle.com/en/java/javase/11/docs/api/java.logging/java/util/logging/Level.html |
200200
| `--plain-logs` | boolean | `true` | Use plain log lines |
201201
| `--structured-logs` | boolean | `false` | Use structured logs |
202202
| `--tracing` | boolean | `true` | Enable trace collection |

website_and_docs/content/documentation/grid/configuration/cli_options.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ pull request updating this page.
203203
| `--http-logs` | boolean | `false` | Enable http logging. Tracing should be enabled to log http logs. |
204204
| `--log-encoding` | string | `UTF-8` | Log encoding |
205205
| `--log` | string | Windows path example : <br>`'\path\to\file\gridlog.log'` <br> or <br> `'C:\path\path\to\file\gridlog.log'`<br><br>Linux/Unix/MacOS path example :<br> `'/path/to/file/gridlog.log'` | File to write out logs. Ensure the file path is compatible with the operating system's file path. |
206-
| `--log-level` | string | `“INFO”` | Log level. Default logging level is INFO. Log levels are described here https://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html |
206+
| `--log-level` | string | `“INFO”` | Log level. Default logging level is INFO. Log levels are described here https://docs.oracle.com/en/java/javase/11/docs/api/java.logging/java/util/logging/Level.html |
207207
| `--plain-logs` | boolean | `true` | Use plain log lines |
208208
| `--structured-logs` | boolean | `false` | Use structured logs |
209209
| `--tracing` | boolean | `true` | Enable trace collection |

0 commit comments

Comments
 (0)