Documentation ¶
Overview ¶
Package logger handles the logging
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // VerboseLogging for verbose logging VerboseLogging bool // QuietLogging shows only errors QuietLogging bool // NoLogging shows only fatal errors NoLogging bool // LogFile sets a log file LogFile string )
Functions ¶
func CleanHTTPIP ¶
CleanHTTPIP returns a human-readable IP for the logging interface when starting services. It translates [::]:<port> to "localhost:<port>"
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.