v0.1.11 configurable logging added, minor refactoring, orgnized docs added
This commit is contained in:
@ -2,6 +2,9 @@
|
||||
package config
|
||||
|
||||
type Config struct {
|
||||
// Logging configuration
|
||||
Logging *LogConfig `toml:"logging"`
|
||||
|
||||
// Stream configurations
|
||||
Streams []StreamConfig `toml:"streams"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user