Documentation ¶
Index ¶
Constants ¶
View Source
const ( FlagLogLevel = "log_level" FlagLogFile = "log-file" FlagMaxLogSize = "max-log-size" FlagModuleLogLevelOverride = "module-log-level-override" )
logging flags
Variables ¶
This section is empty.
Functions ¶
func AddLogFlags ¶
func ConvertStringToStringMap ¶
func ConvertStringToStringMap(input string, mapSeperator string, kvSeperator string) map[string]string
ConvertStringToStringMap converts a string to a map[string]string. The input string is expected to be for example "key1:value1,key2:value2" where seperators can be specified.
Types ¶
Click to show internal directories.
Click to hide internal directories.