Skip to content

Commit 036a2b1

Browse files
committed
Update toc
1 parent ce9d9e7 commit 036a2b1

File tree

1 file changed

+5
-1
lines changed
  • keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components

1 file changed

+5
-1
lines changed

keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
- [Goals](#goals)
88
- [Non-Goals](#non-goals)
99
- [Proposal](#proposal)
10+
- [Removed klog flags](#removed-klog-flags)
11+
- [Logging defaults](#logging-defaults)
12+
- [Split stdout and stderr](#split-stdout-and-stderr)
13+
- [Logging headers](#logging-headers)
1014
- [User Stories](#user-stories)
1115
- [Writing logs to files](#writing-logs-to-files)
1216
- [Caveats](#caveats)
@@ -123,7 +127,7 @@ temporary flags that will be removed at the same time as other klog flags.
123127

124128
### Removed klog flags
125129

126-
To addopt 12 factor app standard for logging we would drop all flags that extend
130+
To adopt 12 factor app standard for logging we would drop all flags that extend
127131
logging over events streams. This change should be
128132
scoped to only those components and not affect broader klog community.
129133

0 commit comments

Comments
 (0)