mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-09 00:00:05 +01:00
added per peer table status to log
This commit is contained in:
parent
36b9bb03d2
commit
d4f9ae703d
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ func PrintServiceInfo(conf *Config, birdConf bird.BirdConfig) {
|
|||
for _, m := range conf.Server.ModulesEnabled {
|
||||
log.Println(" -", m)
|
||||
}
|
||||
|
||||
log.Println(" Per Peer Tables:", conf.Parser.PerPeerTables)
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Add table
Reference in a new issue