mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-09 13:29:15 +08:00
add host to config logs
This commit is contained in:
parent
3bb4591437
commit
e9cdea2f16
2 changed files with 2 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.5.6-develop13
|
||||
4.5.6-develop14
|
||||
|
|
|
@ -146,6 +146,7 @@ class Config:
|
|||
logger.debug(f" --web-server (QBT_WEB_SERVER): {self.args['web_server']}")
|
||||
logger.debug(f" --port (QBT_PORT): {self.args['port']}")
|
||||
logger.debug(f" --base-url (QBT_BASE_URL): {self.args['base_url']}")
|
||||
logger.debug(f" --host (QBT_HOST): {self.args['host']}")
|
||||
|
||||
# Log run commands (which may come from config or env)
|
||||
logger.separator(command_source, space=False, border=False, loglevel="DEBUG")
|
||||
|
|
Loading…
Add table
Reference in a new issue