Chore: Prohibit cib from logging sensitive configuration
Changed debug2 with a newly added func adapter_config in cib wchich logs adapter’s configuration without the sensitive environment variables.
Signed-off-by: Michalis Zampetakis mzampetakis@gmail.com
2 files changed
+5
-2
975ce518
→
48f40d53
modified src/bin/cib.rs
@@ -141,7 +141,7 @@ impl QueuedCmd {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -215,7 +215,7 @@ impl ProcessEventsCmd {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/logger.rs
@@ -67,6 +67,9 @@ pub fn end_cib_in_error() {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|