-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun.json
More file actions
41 lines (41 loc) · 967 Bytes
/
run.json
File metadata and controls
41 lines (41 loc) · 967 Bytes
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
{
"colors": {
"CALL": "\u001b[92m",
"CRITICAL": "\u001b[41m",
"DEBUG": "\u001b[96m",
"ERROR": "\u001b[31m",
"IMPORT": "\u001b[94m",
"INFO": "\u001b[97m",
"RETURN": "\u001b[93m",
"WARNING": "\u001b[91m",
"RESET": "\u001b[0m"
},
"logging": {
"enable": true,
"max_logfiles": 5,
"package_name": ".",
"module_name": "run",
"logs_dirname": "logs",
"log_filename": "logs/run.log"
},
"tracing": {
"enable": true,
"json": {
"compressed": true
}
},
"events": {
"call": true,
"critical": false,
"debug": false,
"error": false,
"import": false,
"info": false,
"return": true,
"warning": false
},
"stats": {
"created": "2025-03-03T18:10:45.863523+00:00",
"updated": "2025-03-12T21:03:21.175637+00:00"
}
}