-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlazytail.yaml
More file actions
61 lines (57 loc) · 1.39 KB
/
lazytail.yaml
File metadata and controls
61 lines (57 loc) · 1.39 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
# lazytail.yaml - Log viewer configuration
# Generated by: lazytail init
# Project name (optional, defaults to directory name)
name: LazyTail
# Theme: Tokyo Night
#theme: tokyo-night
theme: dark
# Rendering presets for structured log lines
renderers:
- name: claude-conversation
parser: json
layout:
- field: agentName
style: cyan
width: 18
- literal: " "
- field: type
width: 10
style_map:
user: green
assistant: blue
system: yellow
progress: dim
- literal: " "
- field: message.content.0.type
style: dim
max_width: 12
- literal: " "
- field: message.content.0.name
style: [bold, magenta]
- field: message.content.0.input.query
style: dim
- field: message.content.0.input.url
style: dim
- field: message.content.0.text
max_width: 120
- field: message.content.0.thinking
style: dim
max_width: 120
- field: message.content.0.content
max_width: 120
- field: message.content
value_type: string
style: green
max_width: 120
- field: subtype
style: [bold, yellow]
- field: data.type
style: dim
# Log sources
sources:
- name: claude_log
renderers:
- claude-conversation
- name: claude_log2
renderers:
- claude-conversation