You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/documentation/getting-started/cli-usage.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,3 +139,13 @@ You can disable this behavior by exporting one of the following two environment
139
139
To force the use of colors, you can set the following environment variable:
140
140
141
141
-`CLICOLOR_FORCE=1`
142
+
143
+
## Extra information
144
+
145
+
Zola can provide detailed logging about its behavior via the `RUST_LOG` variable:
146
+
147
+
- To see debug information from Zola, set `RUST_LOG=zola=debug`
148
+
- To see debug information from everywhere (including Zola's dependencies), set `RUST_LOG=debug`. *Note*: The output will be **very noisy**, use with caution.
149
+
- To disable all log output entirely, set `RUST_LOG=off`.
150
+
151
+
See the [env_logger documentation](https://docs.rs/env_logger/0.11.8/env_logger/#enabling-logging) for a full reference on `RUST_LOG`.
0 commit comments