💡 Better log messages

This commit is contained in:
M. Mert Yildiran
2022-11-29 04:52:53 +03:00
parent fa0fb62e07
commit cae3b4fe17
11 changed files with 20 additions and 30 deletions

View File

@@ -33,7 +33,7 @@ Supported protocols are HTTP and gRPC.`,
log.Info().
Str("limit", config.Config.Tap.HumanMaxEntriesDBSize).
Msg("Kubeshark will store traffic up to a limit. The old traffic will be cleared once the limit is reached.")
Msg("Kubeshark will store the traffic up to a limit. Oldest entries will be removed once the limit is reached.")
return nil
},