Commit 62cd68c
committed
fix: remove V(1) verbosity from BackupCronJob controller logger
The BackupCronJob controller initialized its root logger with V(1),
making all controller logs hidden unless the operator was started with
increased zap verbosity.
Remove the verbosity override from the controller logger to align with
other controllers and use default log visibility consistently.
Signed-off-by: Rohan Kumar <rohaan@redhat.com>1 parent 4afafa3 commit 62cd68c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments