From 81bd600192a36f5a41a70823a02972ba1ce801c1 Mon Sep 17 00:00:00 2001 From: Saskia Keil Date: Fri, 16 Oct 2020 00:08:30 +0200 Subject: [PATCH] Improve documentation on sinceSeconds in logging config --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59450dac..359a7263 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,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