Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
dd18b5e7e94c58d292cfb0b195b2dbe5b3e9a6da
/
.
/
meta-arm
/
ci
/
logging.yml
blob: 3af10295f8f302a49f2dc764f79089509202aeae [
file
] [
log
] [
blame
]
# Python logging configuration to write all warnings to a separate file
version:
1
handlers:
warnings:
class:
logging.FileHandler
level:
WARNING
filename:
warnings.log
formatter:
BitBake.logfileFormatter
loggers:
BitBake:
handlers:
[warnings]