summaryrefslogtreecommitdiffstats
path: root/contrib/autobuilderlog.json
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/autobuilderlog.json')
-rw-r--r--contrib/autobuilderlog.json18
1 files changed, 2 insertions, 16 deletions
diff --git a/contrib/autobuilderlog.json b/contrib/autobuilderlog.json
index 103a1141f..193a675a1 100644
--- a/contrib/autobuilderlog.json
+++ b/contrib/autobuilderlog.json
@@ -1,27 +1,13 @@
{
"version": 1,
- "handlers": {
- "autobuilderlog": {
- "class": "logging.FileHandler",
- "formatter": "logfileFormatter",
- "level": "DEBUG",
- "filename": "autobuilder.log",
- "mode": "w"
- }
- },
- "formatters": {
- "logfileFormatter": {
- "format": "%(name)s: %(levelname)s: %(message)s"
- }
- },
"loggers": {
"BitBake.SigGen.HashEquiv": {
"level": "VERBOSE",
- "handlers": ["autobuilderlog"]
+ "handlers": ["BitBake.verbconsole"]
},
"BitBake.RunQueue.HashEquiv": {
"level": "VERBOSE",
- "handlers": ["autobuilderlog"]
+ "handlers": ["BitBake.verbconsole"]
}
}
}