mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-20 08:13:48 +00:00
Docker cleanup and improvements
This commit is contained in:
@ -225,4 +225,6 @@ class Hypervisor(UBridgeHypervisor):
|
||||
|
||||
command = [self._path]
|
||||
command.extend(["-H", "{}:{}".format(self._host, self._port)])
|
||||
if log.getEffectiveLevel() == logging.DEBUG:
|
||||
command.extend(["-d", "2"])
|
||||
return command
|
||||
|
Reference in New Issue
Block a user