Skip to content

Commit 1e60e34

Browse files
committed
chore: add log
Signed-off-by: shuiyisong <[email protected]>
1 parent 5556c54 commit 1e60e34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/grpc/src/reloadable_tls.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ where
133133
})?;
134134
}
135135

136+
info!("Spawning background task for watching TLS cert/key file changes");
136137
std::thread::spawn(move || {
137138
let _watcher = watcher;
138139
while let Ok(res) = rx.recv() {

0 commit comments

Comments
 (0)