Commit 671c33b
committed
[SPARK-49403] Add
### What changes were proposed in this pull request?
This PR aims to add `log4j2` default setting to `values.yaml`.
### Why are the changes needed?
To show INFO log by default and allow users override this.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manual review.
```
$ kubectl logs -f spark-kubernetes-operator-546b54d5c-d5b49
Starting Operator...
WARNING: Runtime environment or build system does not support multi-release JARs. This will impact location-based features.
24/08/27 07:09:02 INFO SparkOperator: Configuring operator with 50 reconciliation threads.
24/08/27 07:09:02 INFO SparkOperator: Adding Operator JosdkMetrics to metrics system.
...
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#110 from dongjoon-hyun/SPARK-49403.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>log4j2 default setting to values.yaml
1 parent 3216ba9 commit 671c33b
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
171 | 177 | | |
172 | 178 | | |
173 | 179 | | |
| |||
0 commit comments