-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathconfig.yml
More file actions
96 lines (93 loc) · 2.84 KB
/
config.yml
File metadata and controls
96 lines (93 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# Default flag values
settings:
loggingEnable: false
loggingPath: lazyjournal.log
loggingType: text
tailModeDisable: false
tailModeLines: 10000
updateInterval: 5
minSymbolFilter: 3
timezoneFilter: +00:00
mouseDisable: false
wrapModeDisable: false
colorMode: default
colorActionsDisable: false
# Filter the list of user and system units by type (e.g. service,timer,scope,socket,mount)
unitType: service
# Filter the list of system journals by field (e.g. _UID/_PID/_COMM/_EXE/_CMDLINE)
journalField: SYSLOG_IDENTIFIER
# Filter the log output by priority (available values: debug, info, notice, warning, err, crit, alert, emerg)
journalPriority: debug
# Filter the log output by system boot period (e.g. 0 current or -1 previous)
journalBoot: all
customPath: ""
dockerStreamOnly: false
dockerContext: default
podmanContext: ""
kubernetesContext: default
kubernetesNamespace: all
disableFastMode: false
# Default interface settings
interface:
# Lists in panels when the interface is started
# Available system log lists: systemUnits, userUnits, systemJournals, kernelBoot, auditd
systemLogList: systemUnits
# Available file log lists: varlog, customPath, home, descriptor
fileLogList: varlog
# Available container log lists: docker, compose, podman, kubernetes
containerLogList: docker
# Enable filtering by date when the interface is started (today by default)
sinceDateFilterMode: false
untilDateFilterMode: false
# Available colors: default, green, black, yellow, red, blue, cyan, magenta, white
foregroundColor: default
backgroundColor: default
selectedForegroundColor: black
selectedBackgroundColor: green
frameColor: default
titleColor: default
selectedFrameColor: green
selectedTitleColor: green
errorColor: red
# Available hotkeys:
# a-z, shift+<a-z>, ctrl+<a-z>, 0-9, f1-f12 and any other symbols
# tab, shift+tab, enter, space, backspace, del/delete and esc/escape
hotkeys:
showHelp: f1
showManager: f2
switchWindow: tab
backSwitchWindows: shift+tab
up: k
quickUp: shift+k
veryQuickUp: ctrl+k
switchFilterMode: ctrl+k
down: j
quickDown: shift+j
veryQuickDown: ctrl+j
backSwitchFilterMode: ctrl+j
left: h
right: l
disableFilterByDate: delete
loadJournal: enter
goToFilter: /
goToEnd: ctrl+e
goToTop: ctrl+a
tailModeMore: "]"
tailModeLess: "["
updateIntervalMore: "}"
updateIntervalLess: "{"
autoUpdateJournal: ctrl+u
updateJournal: ctrl+r
updateLists: ctrl+q
switchColorMode: ctrl+w
switchPriority: ctrl+p
switchDockerMode: ctrl+d
switchStreamMode: ctrl+s
timestampShow: ctrl+t
exit: ctrl+c
# List of ssh hosts with flags for connection from the interface
# ssh:
# hosts:
# - [email protected] -p 2121 -o Compression=yes
# - [email protected] -o StrictHostKeyChecking=no -o ConnectTimeout=5