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:
parent
273a98d985
commit
ad8e2c5ac3
11 changed files with 87 additions and 15 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue