mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
8 lines
238 B
Go
8 lines
238 B
Go
package logger
|
|
|
|
// Configuration if the configuration for logger. Currently, there is no configuration.
|
|
type Configuration struct{}
|
|
|
|
// DefaultConfiguration is the default logging configuration.
|
|
var DefaultConfiguration = Configuration{}
|