File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 7
7
- [ Goals] ( #goals )
8
8
- [ Non-Goals] ( #non-goals )
9
9
- [ 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 )
10
14
- [ User Stories] ( #user-stories )
11
15
- [ Writing logs to files] ( #writing-logs-to-files )
12
16
- [ Caveats] ( #caveats )
@@ -123,7 +127,7 @@ temporary flags that will be removed at the same time as other klog flags.
123
127
124
128
### Removed klog flags
125
129
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
127
131
logging over events streams. This change should be
128
132
scoped to only those components and not affect broader klog community.
129
133
You can’t perform that action at this time.
0 commit comments