Skip to content

Commit

Permalink
Merge pull request #684 from moul/dev/moul/set-jaegger-to-localhost-f…
Browse files Browse the repository at this point in the history
…or-daemon

chore(daemon): by default sending jaeger events to localhost
  • Loading branch information
moul committed Nov 29, 2018
2 parents 8f5246a + 6042c7b commit 2bf9f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cmd/berty/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func newRootCommand() *cobra.Command {
cmd.PersistentFlags().BoolP("help", "h", false, "Print usage")
cmd.PersistentFlags().StringP("log-level", "", "info", "log level (debug, info, warn, error)")
cmd.PersistentFlags().StringP("log-namespaces", "", "core.*,vendor.gorm*", "logger namespaces to enable (supports wildcard)")
cmd.PersistentFlags().StringP("jaeger-address", "", "", "ip address / hostname and port of jaeger-agent: <hostname>:<port>")
cmd.PersistentFlags().StringP("jaeger-address", "", "127.0.0.1:6831", "ip address / hostname and port of jaeger-agent: <hostname>:<port>")
cmd.PersistentFlags().Int64P("rand-seed", "", 0, "seed used to initialize the default rand source")

cmd.AddCommand(
Expand Down

0 comments on commit 2bf9f83

Please sign in to comment.