Skip to content

Commit 8a36e45

Browse files
committed
Merge #1442: Do not reveal the API token in logs
4205c71 fix: [#1441] do not reveal API token in logs (Jose Celano) Pull request description: Do not reveal the API token in logs. ACKs for top commit: josecelano: ACK 4205c71 Tree-SHA512: 0636fb5466bca560216410e7b386db50c254a6bc99d8e9af950c483b1275b5f845fc1dc3718c38378e1f04b9a5b666dbdd95224895fe34c3d1041f8f964904ab
2 parents 9ee15a5 + 4205c71 commit 8a36e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)