Skip to content

Commit f120bcd

Browse files
author
Steven Smith
committed
Adds OperatorLogLevel parameter to IR docs
1 parent f45b9c8 commit f120bcd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

modules/registry-operator-configuration-resource-overview.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ storage that the Operator provisioned.
2525
|`logLevel`
2626
|Sets `logLevel` of the registry instance. Defaults to `Normal`.
2727

28-
The supported values for `logLevel` are:
28+
The following values for `logLevel` are supported:
2929

3030
* `Normal`
3131
* `Debug`
@@ -35,6 +35,16 @@ The supported values for `logLevel` are:
3535
|`httpSecret`
3636
|Value needed by the registry to secure uploads, generated by default.
3737

38+
| `operatorLogLevel`
39+
| The `operatorLogLevel` configuration parameter provides intent-based logging for the Operator itself and a simple way to manage coarse-grained logging choices that Operators must interpret for themselves. This configuration parameter defaults to `Normal`. It does not provide fine-grained control.
40+
41+
The following values for `operatorLogLevel` are supported:
42+
43+
* `Normal`
44+
* `Debug`
45+
* `Trace`
46+
* `TraceAll`
47+
3848
|`proxy`
3949
|Defines the Proxy to be used when calling master API
4050
and upstream registries.

0 commit comments

Comments
 (0)