quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

trace-config.md (713B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: trace-config
      5 Arg: <string>
      6 Help: Details to log in trace/verbose output
      7 Category: verbose global
      8 Added: 8.3.0
      9 Multi: append
     10 Scope: global
     11 See-also:
     12   - verbose
     13   - trace
     14 Example:
     15   - --trace-config ids,http/2 $URL
     16 ---
     17 
     18 # `--trace-config`
     19 
     20 Set configuration for trace output. A comma-separated list of components where
     21 detailed output can be made available from. Names are case-insensitive.
     22 Specify 'all' to enable all trace components.
     23 
     24 In addition to trace component names, specify `ids` and `time` to avoid extra
     25 --trace-ids or --trace-time parameters.
     26 
     27 See the *curl_global_trace(3)* man page for more details.