Skip to content

Commit 02cddde

Browse files
committed
fix log
1 parent fc76058 commit 02cddde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lncd/lncd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ func main() {
476476
log.Infof("LNCD_TLS_KEY_PATH: %v", LNCD_TLS_KEY_PATH)
477477

478478
if UNSAFE_LOGS {
479-
log.Info("LNCD_AUTH_TOKEN: %v", LNCD_AUTH_TOKEN)
479+
log.Infof("LNCD_AUTH_TOKEN: %v", LNCD_AUTH_TOKEN)
480480
log.Infof("!!! UNSAFE LOGGING ENABLED !!!")
481481
}
482482
log.Debugf("debug enabled")

0 commit comments

Comments
 (0)