File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,9 @@ type LoggerConfig interface {
89
89
// decision meets the condition for audit, all the configured audit loggers'
90
90
// Log() method will be invoked to log that event.
91
91
//
92
- // TODO(lwge): Change the link to the merged gRFC once it's ready.
93
- // Please refer to https://github.com/grpc/proposal/pull/346 for more details
94
- // about audit logging.
92
+ // Please refer to
93
+ // https://github.com/grpc/proposal/blob/master/A59-audit-logging.md for more
94
+ // details about audit logging.
95
95
type Logger interface {
96
96
// Log performs audit logging for the provided audit event.
97
97
//
@@ -107,9 +107,9 @@ type Logger interface {
107
107
// implement this interface, along with the Logger interface, and register
108
108
// it by calling RegisterLoggerBuilder() at init time.
109
109
//
110
- // TODO(lwge): Change the link to the merged gRFC once it's ready.
111
- // Please refer to https://github.com/grpc/proposal/pull/346 for more details
112
- // about audit logging.
110
+ // Please refer to
111
+ // https://github.com/grpc/proposal/blob/master/A59-audit-logging.md for more
112
+ // details about audit logging.
113
113
type LoggerBuilder interface {
114
114
// ParseLoggerConfig parses the given JSON bytes into a structured
115
115
// logger config this builder can use to build an audit logger.
You can’t perform that action at this time.
0 commit comments