Usage:"Send json structured log output to a file or '-' for standard output (default: no json output)",
Value:"",
}
LogToStdErrFlag=cli.BoolFlag{
Name:"logtostderr",
Usage:"Logs are written to standard error instead of to files.",
}
LogVModuleFlag=cli.GenericFlag{
Name:"vmodule",
Usage:"The syntax of the argument is a comma-separated list of pattern=N, where pattern is a literal file name (minus the \".go\" suffix) or \"glob\" pattern and N is a V level.",
Value:glog.GetVModule(),
}
VMDebugFlag=cli.BoolFlag{
Name:"vmdebug",
Usage:"Virtual Machine debug output",
}
BacktraceAtFlag=cli.GenericFlag{
Name:"backtrace_at",
Usage:"When set to a file and line number holding a logging statement a stack trace will be written to the Info log",
Usage:"Whether the whisper sub-protocol is enabled",
}
JSpathFlag=cli.StringFlag{
Name:"jspath",
Usage:"JS library path to be used with console and js subcommands",
Value:".",
}
BacktraceAtFlag=cli.GenericFlag{
Name:"backtrace_at",
Usage:"When set to a file and line number holding a logging statement a stack trace will be written to the Info log",
Value:glog.GetTraceLocation(),
}
LogToStdErrFlag=cli.BoolFlag{
Name:"logtostderr",
Usage:"Logs are written to standard error instead of to files.",
}
LogVModuleFlag=cli.GenericFlag{
Name:"vmodule",
Usage:"The syntax of the argument is a comma-separated list of pattern=N, where pattern is a literal file name (minus the \".go\" suffix) or \"glob\" pattern and N is a V level.",