summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/contrib/autobuilderlog.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/bitbake/contrib/autobuilderlog.json b/bitbake/contrib/autobuilderlog.json
new file mode 100644
index 0000000000..103a1141f6
--- /dev/null
+++ b/bitbake/contrib/autobuilderlog.json
@@ -0,0 +1,27 @@
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": {
18 "BitBake.SigGen.HashEquiv": {
19 "level": "VERBOSE",
20 "handlers": ["autobuilderlog"]
21 },
22 "BitBake.RunQueue.HashEquiv": {
23 "level": "VERBOSE",
24 "handlers": ["autobuilderlog"]
25 }
26 }
27}