2 import "goby/common/protobuf/option_extensions.proto";
4 package goby.common.protobuf;
10 option allow_alias = true;
19 /* backwards compatibility with v1 */
22 VERBOSITY_VERBOSE = 3;
27 optional Verbosity tty_verbosity = 1
28 [default = QUIET, (goby.field).description = "Terminal verbosity"];
30 optional bool show_gui = 2 [
32 (goby.field).description =
33 "Set to true to display windowed NCurses GUI for terminal output."
38 required string file_name = 1;
39 optional Verbosity verbosity = 2 [
41 (goby.field).description = "Verbosity for this file log"
44 repeated FileLog file_log = 3 [
45 (goby.field).description =
46 "Open one or more files for (debug) logging, the symbol '%1%' will "
47 "be replaced by the current UTC date and time."