- check again
This commit is contained in:
parent
fd25c4b34f
commit
3c3455b0bc
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ def entrypoint():
|
|||
pid_file = os.path.join(config_dir, "discover_overlay.pid")
|
||||
rpc_file = os.path.join(config_dir, "discover_overlay.rpc")
|
||||
debug_file = os.path.join(config_dir, "output.txt")
|
||||
if "--debug" in arg or "-v" in arg:
|
||||
if "--debug" in line or "-v" in line:
|
||||
logging.getLogger().setLevel(0)
|
||||
logging.basicConfig(filename=debug_file)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue