We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb040e commit 88397a5Copy full SHA for 88397a5
src/core/server/logging/appenders/rewrite/policies/policy.ts
@@ -9,11 +9,8 @@
9
import { LogRecord } from '@kbn/logging';
10
11
/**
12
- * A policy used to determine how to rewrite the provided {@link LogRecord}.
13
- */
+ * Rewrites a {@link LogRecord} based on the policy's configuration.
+ **/
14
export interface RewritePolicy {
15
- /**
16
- * Transforms a {@link LogRecord} based on the policy's configuration.
17
- **/
18
rewrite(record: LogRecord): LogRecord;
19
}
0 commit comments