Skip to content

Commit d24adff

Browse files
authored
removed key and secret from startup logs (#78)
1 parent f5f5374 commit d24adff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ func main() {
206206
lk_jwt_port = "8080"
207207
}
208208

209-
log.Printf("LIVEKIT_KEY: %s, LIVEKIT_SECRET: %s, LIVEKIT_URL: %s, LIVEKIT_JWT_PORT: %s", key, secret, lk_url, lk_jwt_port)
209+
log.Printf("LIVEKIT_URL: %s, LIVEKIT_JWT_PORT: %s", lk_url, lk_jwt_port)
210210

211211
handler := &Handler{
212212
key: key,

0 commit comments

Comments
 (0)