1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

log config

This commit is contained in:
Sergey Cherepanov 2022-10-10 13:48:56 +03:00 committed by Mikhail Iudin
parent 273a98d985
commit ad8e2c5ac3
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
11 changed files with 87 additions and 15 deletions

View file

@ -26,6 +26,7 @@ type Config struct {
Account config.Account `yaml:"account"`
Mongo Mongo `yaml:"mongo"`
Metric config.Metric `yaml:"metric"`
Log config.Log `yaml:"log"`
}
func (c *Config) Init(a *app.App) (err error) {