Skip to content
Snippets Groups Projects
Commit 9b8eced9 authored by Gospodin Bodurov's avatar Gospodin Bodurov
Browse files

Enable code line log

parent 05adf9e1
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@ import (
// main start a gRPC server and waits for connection
func main() {
log.SetFlags(log.LstdFlags | log.Lshortfile)
configFile := flag.String("config-file", "", "path to configuration file")
etcdURL := flag.String("etcd-url", "", "etcd URL")
flag.Parse()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment