fix logging problems
I don't know why this works
This commit is contained in:
parent
c788289567
commit
6a17e63f85
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ import urllib.request
|
|||
from . import forge, maint, server
|
||||
from .config_manager import get_config
|
||||
|
||||
logging.basicConfig(stream=sys.stdout)
|
||||
logger = logging.getLogger("cli")
|
||||
|
||||
CWD = os.getcwd()
|
||||
|
|
Loading…
Reference in a new issue