# Functions
ConfigureLogging sets up open match logrus instance using the logging section of the matchmaker_config.json - log line format (text[default] or json) - min log level to include (debug, info [default], warn, error, fatal, panic).
IsDebugEnabled returns true if the logging level is debug or more granular.
IsDebugLevel returns true if the logging level is debug or more granular.