Skip to content
Snippets Groups Projects
Commit c5e1e64c authored by Florent Gluck's avatar Florent Gluck
Browse files

server: added more log msg

parent 07eb46c6
Branches
No related tags found
No related merge requests found
...@@ -57,5 +57,9 @@ func main() { ...@@ -57,5 +57,9 @@ func main() {
cleaner.Start() cleaner.Start()
router.New().Start(config.GetInstance().Core.APIDefaultPort) conf := config.GetInstance()
log.Info("Using port range [", conf.Core.VMSpiceMinPort, "-", conf.Core.VMSpiceMaxPort, "]")
log.Info("Tmp directory: ", conf.Core.TmpDir)
router.New().Start(conf.Core.APIDefaultPort)
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment