Commit 3503aa28 authored by Ramon Nou's avatar Ramon Nou Committed by Marc Vef
Browse files

Fix: Use GKFS_DAEMON_LOG_LEVEL instead of GKFS_LOG_LEVEL in tests.

parent 0014c3e4
......@@ -241,7 +241,7 @@ class Daemon:
'LD_LIBRARY_PATH' : libdirs,
'GKFS_HOSTS_FILE' : self.cwd / gkfs_hosts_file,
'GKFS_DAEMON_LOG_PATH' : self.logdir / gkfs_daemon_log_file,
'GKFS_LOG_LEVEL' : gkfs_daemon_log_level,
'GKFS_DAEMON_LOG_LEVEL': gkfs_daemon_log_level,
}
self._env.update(self._patched_env)
......@@ -717,7 +717,7 @@ class FwdDaemon:
'LD_LIBRARY_PATH' : libdirs,
'GKFS_HOSTS_FILE' : self.cwd / gkfwd_hosts_file,
'GKFS_DAEMON_LOG_PATH' : self.logdir / gkfwd_daemon_log_file,
'GKFS_LOG_LEVEL' : gkfwd_daemon_log_level
'GKFS_DAEMON_LOG_LEVEL': gkfwd_daemon_log_level
}
self._env.update(self._patched_env)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment