summaryrefslogtreecommitdiffstats
path: root/bitbake/contrib/autobuilderlog.json
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/contrib/autobuilderlog.json')
-rw-r--r--bitbake/contrib/autobuilderlog.json18
1 files changed, 2 insertions, 16 deletions
diff --git a/bitbake/contrib/autobuilderlog.json b/bitbake/contrib/autobuilderlog.json
index 103a1141f6..193a675a1f 100644
--- a/bitbake/contrib/autobuilderlog.json
+++ b/bitbake/contrib/autobuilderlog.json
@@ -1,27 +1,13 @@
1{ 1{
2 "version": 1, 2 "version": 1,
3 "handlers": {
4 "autobuilderlog": {
5 "class": "logging.FileHandler",
6 "formatter": "logfileFormatter",
7 "level": "DEBUG",
8 "filename": "autobuilder.log",
9 "mode": "w"
10 }
11 },
12 "formatters": {
13 "logfileFormatter": {
14 "format": "%(name)s: %(levelname)s: %(message)s"
15 }
16 },
17 "loggers": { 3 "loggers": {
18 "BitBake.SigGen.HashEquiv": { 4 "BitBake.SigGen.HashEquiv": {
19 "level": "VERBOSE", 5 "level": "VERBOSE",
20 "handlers": ["autobuilderlog"] 6 "handlers": ["BitBake.verbconsole"]
21 }, 7 },
22 "BitBake.RunQueue.HashEquiv": { 8 "BitBake.RunQueue.HashEquiv": {
23 "level": "VERBOSE", 9 "level": "VERBOSE",
24 "handlers": ["autobuilderlog"] 10 "handlers": ["BitBake.verbconsole"]
25 } 11 }
26 } 12 }
27} 13}