Skip to content

Commit fe26fff

Browse files
committed
logging: fix section level in 'Log Rotation Setting'
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent f04e81c commit fe26fff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deployment/logging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ You can also configure the log file path using the `<log>` directive under `<sys
170170
$ fluentd -o /path/to/log_file
171171
```
172172

173-
### Log Rotation Setting
173+
## Log Rotation Setting
174174

175175
By default, Fluentd does not rotate log files. You can configure this behavior via system-config after v1.13.0.
176176

@@ -192,7 +192,7 @@ Actually, an external library manages these default values, resulting in this co
192192

193193
You can use command-line options too (mainly for before v1.13.0):
194194

195-
#### `--log-rotate-age AGE`
195+
### `--log-rotate-age AGE`
196196

197197
`AGE` is an integer or a string:
198198

@@ -201,7 +201,7 @@ You can use command-line options too (mainly for before v1.13.0):
201201

202202
NOTE: When `--log-rotate-age` is specified on Windows, log files are separated into `log-supervisor-0.log`, `log-0.log`, ..., `log-N.log` where `N` is `generation - 1` due to the system limitation. Windows does not permit delete and rename files simultaneously owned by another process.
203203

204-
#### `--log-rotate-size BYTES`
204+
### `--log-rotate-size BYTES`
205205

206206
The byte size to rotate log files. This is applied when `--log-rotate-age` is specified with integer:
207207

0 commit comments

Comments
 (0)