mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
added dump version on startup
This commit is contained in:
parent
aed3718d6a
commit
18e2d1b7dd
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ func (service *Service) GetSignals() (chan os.Signal, chan os.Signal) {
|
|||
}
|
||||
|
||||
func (service *Service) Run() {
|
||||
log.Println("Running service...")
|
||||
log.Println("Running service...", service.version)
|
||||
go service.TopologyMapper.Run()
|
||||
go service.ProcessMapper.Run()
|
||||
go service.WebService.Run()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue