Merge pull request #907 from SaskiaKeil/improve-documentation-on-since-seconds

Improve documentation on sinceSeconds in logging config
mine
Fernand Galiana 2020-10-26 20:51:39 -06:00 committed by GitHub
commit bef956189b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ K9s uses aliases to navigate most K8s resources.
# Defines the total number of log lines to allow in the view. Default 1000
buffer: 500
# Represents how far to go back in the log timeline in seconds. Default is 1min
# Set to -1 to disable filter
sinceSeconds: 60
# Go full screen while displaying logs. Default false
fullScreenLogs: false