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
# Logly Development Configuration
# Optimized for development and debugging
# Version: 0.0.4
[]
= "TRACE" # Show all log levels for debugging
= true # Auto-sink for quick start
[]
# Development display settings
= true # Colors for better readability
= true # Console output for immediate feedback
= true # Also save to files for analysis
= true
= true
= true
= true
= true # Show function names for debugging
= true # Show source files
= true # Show line numbers
[]
= false # Human-readable format for development
= false
= false
# Development sinks configuration
[[]]
= "logs/dev.log"
= "daily"
= 3
= true
[[]]
= "logs/dev_errors.log"
= "ERROR"
= "daily"
= 7
[]
= false # GPU disabled in development
= 1048576
[]
= true
= true
= true
[]
= true # Enable debug mode for troubleshooting
= "logs/logly_debug.log"