Skip to content

Commit

Permalink
fix heading IDs
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Martens <jan@martens.eu.org>
  • Loading branch information
JanMa committed Feb 22, 2024
1 parent 3d6a3ac commit 1eb2cd4
Show file tree
Hide file tree
Showing 245 changed files with 600 additions and 600 deletions.
12 changes: 6 additions & 6 deletions website/content/docs/agent-and-proxy/agent/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ See the [caching](/docs/agent-and-proxy/agent/caching#api) page for details on t

### Command options

- `-log-level` ((#\_log_level)) `(string: "info")` - Log verbosity level. Supported values (in
- `-log-level` `(string: "info")` - Log verbosity level. Supported values (in
order of descending detail) are `trace`, `debug`, `info`, `warn`, and `error`. This can
also be specified via the `VAULT_LOG_LEVEL` environment variable.

- `-log-format` ((#\_log_format)) `(string: "standard")` - Log format. Supported values
- `-log-format` `(string: "standard")` - Log format. Supported values
are `standard` and `json`. This can also be specified via the
`VAULT_LOG_FORMAT` environment variable.

- `-log-file` ((#\_log_file)) - the absolute path where OpenBao Agent should save
- `-log-file` - the absolute path where OpenBao Agent should save
log messages. Paths that end with a path separator use the default file name,
`agent.log`. Paths that do not end with a file extension use the default
`.log` extension. If the log file rotates, OpenBao Agent appends the current
Expand All @@ -94,15 +94,15 @@ See the [caching](/docs/agent-and-proxy/agent/caching#api) page for details on t
`/var/log/my-diary` | `/var/log/my-diary.log` | `/var/log/my-diary-{timestamp}.log`
`/var/log/my-diary.txt` | `/var/log/my-diary.txt` | `/var/log/my-diary-{timestamp}.txt`

- `-log-rotate-bytes` ((#\_log_rotate_bytes)) - to specify the number of
- `-log-rotate-bytes` - to specify the number of
bytes that should be written to a log before it needs to be rotated. Unless specified,
there is no limit to the number of bytes that can be written to a log file.

- `-log-rotate-duration` ((#\_log_rotate_duration)) - to specify the maximum
- `-log-rotate-duration` - to specify the maximum
duration a log should be written to before it needs to be rotated. Must be a duration
value such as 30s. Defaults to 24h.

- `-log-rotate-max-files` ((#\_log_rotate_max_files)) - to specify the maximum
- `-log-rotate-max-files` - to specify the maximum
number of older log file archives to keep. Defaults to `0` (no files are ever deleted).
Set to `-1` to discard old log files when a new one is created.

Expand Down
12 changes: 6 additions & 6 deletions website/content/docs/agent-and-proxy/proxy/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ See the [caching](/docs/agent-and-proxy/proxy/caching#api) page for details on t

### Command options

- `-log-level` ((#\_log_level)) `(string: "info")` - Log verbosity level. Supported values (in
- `-log-level` `(string: "info")` - Log verbosity level. Supported values (in
order of descending detail) are `trace`, `debug`, `info`, `warn`, and `error`. This can
also be specified via the `VAULT_LOG_LEVEL` environment variable.

- `-log-format` ((#\_log_format)) `(string: "standard")` - Log format. Supported values
- `-log-format` `(string: "standard")` - Log format. Supported values
are `standard` and `json`. This can also be specified via the
`VAULT_LOG_FORMAT` environment variable.

- `-log-file` ((#\_log_file)) - the absolute path where OpenBao Proxy should save
- `-log-file` - the absolute path where OpenBao Proxy should save
log messages. Paths that end with a path separator use the default file name,
`proxy.log`. Paths that do not end with a file extension use the default
`.log` extension. If the log file rotates, OpenBao Proxy appends the current
Expand All @@ -86,15 +86,15 @@ are `standard` and `json`. This can also be specified via the
`/var/log/my-diary` | `/var/log/my-diary.log` | `/var/log/my-diary-{timestamp}.log`
`/var/log/my-diary.txt` | `/var/log/my-diary.txt` | `/var/log/my-diary-{timestamp}.txt`

- `-log-rotate-bytes` ((#\_log_rotate_bytes)) - to specify the number of
- `-log-rotate-bytes` - to specify the number of
bytes that should be written to a log before it needs to be rotated. Unless specified,
there is no limit to the number of bytes that can be written to a log file.

- `-log-rotate-duration` ((#\_log_rotate_duration)) - to specify the maximum
- `-log-rotate-duration` - to specify the maximum
duration a log should be written to before it needs to be rotated. Must be a duration
value such as 30s. Defaults to 24h.

- `-log-rotate-max-files` ((#\_log_rotate_max_files)) - to specify the maximum
- `-log-rotate-max-files` - to specify the maximum
number of older log file archives to keep. Defaults to `0` (no files are ever deleted).
Set to `-1` to discard old log files when a new one is created.

Expand Down
12 changes: 6 additions & 6 deletions website/content/docs/commands/server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ flags](/docs/commands) included on all commands.
multiple configurations. If the path is a directory, all files which end in
.hcl or .json are loaded.

- `-log-level` ((#\_log_level)) `(string: "info")` - Log verbosity level. Supported values (in
- `-log-level` `(string: "info")` - Log verbosity level. Supported values (in
order of descending detail) are `trace`, `debug`, `info`, `warn`, and `error`. This can
also be specified via the `VAULT_LOG_LEVEL` environment variable.

- `-log-format` ((#\_log_format)) `(string: "standard")` - Log format. Supported values
- `-log-format` `(string: "standard")` - Log format. Supported values
are `standard` and `json`. This can also be specified via the
`VAULT_LOG_FORMAT` environment variable.

- `-log-file` ((#\_log_file)) - the absolute path where OpenBao should save log
- `-log-file` - the absolute path where OpenBao should save log
messages in addition to other, existing outputs like journald / stdout. Paths
that end with a path separator use the default file name, `openbao.log`. Paths
that do not end with a file extension use the default `.log` extension. If the
Expand All @@ -71,15 +71,15 @@ flags](/docs/commands) included on all commands.
`/var/log/my-diary` | `/var/log/my-diary.log` | `/var/log/my-diary-{timestamp}.log`
`/var/log/my-diary.txt` | `/var/log/my-diary.txt` | `/var/log/my-diary-{timestamp}.txt`

- `-log-rotate-bytes` ((#\_log_rotate_bytes)) - to specify the number of
- `-log-rotate-bytes` - to specify the number of
bytes that should be written to a log before it needs to be rotated. Unless specified,
there is no limit to the number of bytes that can be written to a log file.

- `-log-rotate-duration` ((#\_log_rotate_duration)) - to specify the maximum
- `-log-rotate-duration` - to specify the maximum
duration a log should be written to before it needs to be rotated. Must be a duration
value such as 30s. Defaults to 24h.

- `-log-rotate-max-files` ((#\_log_rotate_max_files)) - to specify the maximum
- `-log-rotate-max-files` - to specify the maximum
number of older log file archives to keep. Defaults to 0 (no files are ever deleted).
Set to -1 to discard old log files when a new one is created.

Expand Down
8 changes: 4 additions & 4 deletions website/content/docs/concepts/client-count/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ description: |-
| [Can I disable client counting?](#disable-client-count) |
| [Can I configure OpenBao to log the client count data?](#log-client-count) |

## Definitions ((#definitions))
## Definitions {#definitions}

@include 'faq/client-count/definitions.mdx'

## Computing client count ((#computing-clients))
## Computing client count {#computing-clients}

@include 'faq/client-count/computing-clients.mdx'

## Upgrading and migration ((#upgrading))
## Upgrading and migration {#upgrading}

@include 'faq/client-count/upgrading.mdx'

## Usage ((#usage))
## Usage {#usage}

@include 'faq/client-count/usage.mdx'

0 comments on commit 1eb2cd4

Please sign in to comment.