Browse Source

add fields to loginConf

yokyo 6 years ago
parent
commit
391d9767ec
1 changed files with 2 additions and 0 deletions
  1. 2 0
      confs.proto

+ 2 - 0
confs.proto

@@ -42,6 +42,8 @@ message LoginConf {
     NatsConf nats       = 2;
     string addr         = 3;
     string agentAddr    = 4;
+    string logPath      = 5;
+    string level        = 6;
 }
 
 message ManagerConf {