This website requires JavaScript.
Explore
Help
Sign in
amal
/
uncloud
Watch
1
Star
0
Fork
You've already forked uncloud
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
4b7d6d5099
uncloud
/
ucloud
/
scheduler
/
__init__.py
4 lines
53 B
Python
Raw
Normal View
History
Unescape
Escape
Remove ucloud_common and put its files under ucloud.common subpackage. 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.
2019-11-18 17:39:57 +00:00
import
logging
Shutdown Source VM (PAUSED) on successfull migration + blackened all .py files
2019-12-30 09:35:07 +00:00
logger
=
logging
.
getLogger
(
__name__
)
Reference in a new issue
Copy permalink