summaryrefslogtreecommitdiffstats
path: root/pkg/app
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/app')
-rw-r--r--pkg/app/logging.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/app/logging.go b/pkg/app/logging.go
index 4484f0bc3..93e5287e8 100644
--- a/pkg/app/logging.go
+++ b/pkg/app/logging.go
@@ -11,7 +11,7 @@ import (
"os"
)
-func TailLogs1() {
+func TailLogs() {
logFilePath, err := config.LogPath()
if err != nil {
log.Fatal(err)