@@ -151,8 +151,7 @@ core:
151151
152152# ## core.klog
153153
154- The following options specify the logger configuration. Most of which can be
155- dynamically adjusted at run-time.
154+ The following options specify the logger configuration.
156155
157156> **NOTE:** The logger options can also be specified via command line flags
158157> which take precedence over any corresponding config file options.
@@ -163,95 +162,71 @@ If true, adds the file directory to the header of the log messages.
163162
164163Default : ` false`
165164
166- Run-time configurable : yes
167-
168165# ### core.klog.alsologtostderr
169166
170167Log to standard error as well as files.
171168
172169Default : ` false`
173170
174- Run-time configurable : yes
175-
176171# ### core.klog.logBacktraceAt
177172
178173When logging hits line file:N, emit a stack trace.
179174
180175Default : *empty*
181176
182- Run-time configurable : yes
183-
184177# ### core.klog.logDir
185178
186179If non-empty, write log files in this directory.
187180
188181Default : *empty*
189182
190- Run-time configurable : no
191-
192183# ### core.klog.logFile
193184
194185If non-empty, use this log file.
195186
196187Default : *empty*
197188
198- Run-time configurable : no
199-
200189# ### core.klog.logFileMaxSize
201190
202191Defines the maximum size a log file can grow to. Unit is megabytes. If the
203192value is 0, the maximum file size is unlimited.
204193
205194Default : ` 1800`
206195
207- Run-time configurable : no
208-
209196# ### core.klog.logtostderr
210197
211198Log to standard error instead of files
212199
213200Default : ` true`
214201
215- Run-time configurable : yes
216-
217202# ### core.klog.skipHeaders
218203
219204If true, avoid header prefixes in the log messages.
220205
221206Default : ` false`
222207
223- Run-time configurable : yes
224-
225208# ### core.klog.skipLogHeaders
226209
227210If true, avoid headers when opening log files.
228211
229212Default : ` false`
230213
231- Run-time configurable : no
232-
233214# ### core.klog.stderrthreshold
234215
235216Logs at or above this threshold go to stderr (default 2)
236217
237- Run-time configurable : yes
238-
239218# ### core.klog.v
240219
241220Number for the log level verbosity.
242221
243222Default : ` 0`
244223
245- Run-time configurable : yes
246-
247224# ### core.klog.vmodule
248225
249226Comma-separated list of `pattern=N` settings for file-filtered logging.
250227
251228Default : *empty*
252229
253- Run-time configurable : yes
254-
255230# # sources
256231
257232The `sources` section contains feature source specific configuration parameters.
0 commit comments