linkerd / linkerd-examples

Examples of how to configure and run linkerd
https://linkerd.io
Apache License 2.0
431 stars 221 forks source link

Error parsing flag "com.twitter.finagle.tracing.debugTrace": flag undefined #191

Closed ghost closed 6 years ago

ghost commented 6 years ago

I try running the latest example in marathon but get:

ov 23, 2017 12:34:25 PM com.twitter.finagle.http.HttpMuxer$ $anonfun$new$1
INFO: HttpMuxer[/admin/metrics.json] = com.twitter.finagle.stats.MetricsExporter(<function1>)
Nov 23, 2017 12:34:25 PM com.twitter.finagle.http.HttpMuxer$ $anonfun$new$1
INFO: HttpMuxer[/admin/per_host_metrics.json] = com.twitter.finagle.stats.HostMetricsExporter(<function1>)
Error parsing flag "com.twitter.finagle.tracing.debugTrace": flag undefined
usage: io.buoyant.linkerd.Main [<flag>...]
flags:
  -help='false': Show this help
  -log.append='true': If true, appends to existing logfile. Otherwise, file is truncated.
  -log.async='true': Log asynchronously
  -log.async.inferClassNames='false': Infer class and method names synchronously. See com.twitter.logging.Queuein
....
franziskagoltz commented 6 years ago

Hi @sbv-siteimprove, thank you for filing this issue.

franziskagoltz commented 6 years ago

We just merged a PR fixing this issue. Thanks again for bringing it to our attention!