Skip to content

Commit 4205c71

Browse files
committed
fix: [#1441] do not reveal API token in logs
1 parent 9ee15a5 commit 4205c71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/container.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub struct AppContainer {
3838
}
3939

4040
impl AppContainer {
41-
#[instrument(skip())]
41+
#[instrument(skip(configuration))]
4242
pub fn initialize(configuration: &Configuration) -> AppContainer {
4343
// Configuration
4444

0 commit comments

Comments
 (0)