mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Change uBridge debug level to '1' when debugging is enabled. Fixes #1598
This commit is contained in:
parent
54d50b2ef4
commit
2476581dca
@ -256,5 +256,5 @@ class Hypervisor(UBridgeHypervisor):
|
||||
command = [self._path]
|
||||
command.extend(["-H", "{}:{}".format(self._host, self._port)])
|
||||
if log.getEffectiveLevel() == logging.DEBUG:
|
||||
command.extend(["-d", "2"])
|
||||
command.extend(["-d", "1"])
|
||||
return command
|
||||
|
Loading…
Reference in New Issue
Block a user