Created
February 13, 2020 13:55
-
-
Save ripienaar/b3e7547f442a4bc941e24afac5a1190e to your computer and use it in GitHub Desktop.
20200213_choria_config_blog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package config | |
var docStrings = map[string]string{ | |
"loglevel": "The lowest level log to add to the logfile", | |
"logfile": "The file to write logs to, when set to an empty string logging will be to the console", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment