aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/trace-config.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/trace-config.d')
-rw-r--r--docs/cmdline-opts/trace-config.d21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/cmdline-opts/trace-config.d b/docs/cmdline-opts/trace-config.d
deleted file mode 100644
index a731c9dc9..000000000
--- a/docs/cmdline-opts/trace-config.d
+++ /dev/null
@@ -1,21 +0,0 @@
-c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
-SPDX-License-Identifier: curl
-Long: trace-config
-Arg: <string>
-Help: Details to log in trace/verbose output
-Mutexed: trace verbose
-Category: verbose
-Example: --trace-config ids,http/2 $URL
-Added: 8.3.0
-See-also: verbose trace
-Multi: append
-Scope: global
----
-Set configuration for trace output. A comma-separated list of components where
-detailed output can be made available from. Names are case-insensitive.
-Specify 'all' to enable all trace components.
-
-In addition to trace component names, specify "ids" and "time" to
-avoid extra --trace-ids or --trace-time parameters.
-
-See the *curl_global_trace(3)* man page for more details.