mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-12 21:01:36 +00:00
💡 Better log messages
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
Reference in New Issue
Block a user