diff options
-rwxr-xr-x | bitbake/bin/bitbake-layers | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake-layers b/bitbake/bin/bitbake-layers index a884dc1f8d..149f1b1ac8 100755 --- a/bitbake/bin/bitbake-layers +++ b/bitbake/bin/bitbake-layers | |||
@@ -52,7 +52,9 @@ def main(): | |||
52 | 52 | ||
53 | # Need to re-run logger_create with color argument | 53 | # Need to re-run logger_create with color argument |
54 | # (will be the same logger since it has the same name) | 54 | # (will be the same logger since it has the same name) |
55 | bb.msg.logger_create('bitbake-layers', output=sys.stdout, color=global_args.color) | 55 | bb.msg.logger_create('bitbake-layers', output=sys.stdout, |
56 | color=global_args.color, | ||
57 | level=logger.getEffectiveLevel()) | ||
56 | 58 | ||
57 | plugins = [] | 59 | plugins = [] |
58 | tinfoil = bb.tinfoil.Tinfoil(tracking=True) | 60 | tinfoil = bb.tinfoil.Tinfoil(tracking=True) |