Skip to content

Commit 75bf9a2

Browse files
committed
Hid additional internal attributes from logging
1 parent 163554a commit 75bf9a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/settings/_instances.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ def config_as_yaml(self, *, hide_internal_attr=True):
7575
"detail_item_id_key",
7676
"detail_item_ids_key",
7777
"detail_item_search_command",
78+
"refresh_item_key",
79+
"refresh_item_id_key",
80+
"refresh_item_command",
7881
}
7982

8083
outputs = []

0 commit comments

Comments
 (0)