-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the LoggerMask type and support for it in GetLogger and ListLogger RPCs. The Logger type is only a string and two enums (ints) so making the enums optional doesn't add up to significant savings compared to the message complexity it would add. Remove the CountLoggers RPC. Users of the API can use the ListLoggers RPC and then count the returned entries. This simplifies the interface and removes any count mismatches between a call to CountLoggers and ListLoggers. Remove the ListLoggerRequest sub-message Filter, promoting the name and with_subloggers options into the ListLoggerRequest. This simplifies the request by not burdening it with a sub-message. Fixed all the comments, they previously had references to the server's agent API, the inspiration of the original API structure. Signed-off-by: Edwin Buck <[email protected]>
- Loading branch information
Showing
8 changed files
with
298 additions
and
947 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.