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/usage.md
+7
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@ This guide provides a detailed overview of configuring and using the otel tool e
6
6
## Configuration
7
7
The primary method of configuring the tool is through the `otel set` command. This command allows you to specify various settings tailored to your needs:
8
8
9
+
Logging: Set a custom log file to store logs generated by the tool.
10
+
```bash
11
+
$ otel set -log=/path/to/file.log
12
+
```
13
+
The default log file is `.otel-build/preprocess/debug.log`. You can
14
+
log to stdout by setting `-log=/dev/stdout`.
15
+
9
16
Verbose Logging: Enable verbose logging to receive detailed output from the tool, which is helpful for troubleshooting and understanding the tool's processes.
0 commit comments