forked from uncloud/uncloud
meow
6fa77bce4d
Remove individual config.py used by every component and put them into single config.py ucloud/config.py Use /etc/ucloud/ucloud.conf for Environment Variables Refactoring and a lot of it Make ucloud repo a package and different components of ucloud a subpackage for avoiding code duplication. Improved logging.
3 lines
53 B
Python
3 lines
53 B
Python
import logging
|
|
|
|
logger = logging.getLogger(__name__)
|