Browse Source

added unstable declaration for follow log

Shelikhoo 4 years ago
parent
commit
81462f7b65
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/log/command/config.proto

+ 2 - 0
app/log/command/config.proto

@@ -20,5 +20,7 @@ message FollowLogResponse {
 
 service LoggerService {
   rpc RestartLogger(RestartLoggerRequest) returns (RestartLoggerResponse) {}
+
+  //Unstable interface
   rpc FollowLog(FollowLogRequest) returns (stream FollowLogResponse) {};
 }