TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
prebuilts
/
63ce29f4abb120020166ca0fc9683a796dce3449
/
.
/
linux-x64
/
clang
/
python3
/
lib
/
python3.9
/
asyncio
/
log.py
blob: 23a7074afb0a53aa114341bdbf060ea68f543603 [
file
] [
log
] [
blame
]
Olivier Deprez
f4ef2d0
2021-04-20 13:36:24 +0200
[
diff
] [
blame
]
1
"""Logging configuration."""
2
3
import
logging
4
5
6
# Name the logger after the package.
7
logger
=
logging
.
getLogger
(
__package__
)