Skip to content

Commit 80f9bab

Browse files
authored
Crosslink on NU_LOG_LEVEL (#2007)
Follow up to nushell/nushell#15743
1 parent 98337dd commit 80f9bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/stdout_stderr_exit_codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The [standard library](/book/standard_library.md) has commands to write out mess
6666

6767
![Log message examples](../assets/images/0_79_std_log.png)
6868

69-
The log level for output can be set with the `NU_LOG_LEVEL` environment variable:
69+
The log level for output can be set with the [`NU_LOG_LEVEL`](/book/special_variables.md#env-nu-log-level) environment variable:
7070

7171
```nu
7272
NU_LOG_LEVEL=DEBUG nu std_log.nu

0 commit comments

Comments
 (0)