diff --git a/tuned/daemon/daemon.py b/tuned/daemon/daemon.py index 9741cac..b1d76ea 100644 --- a/tuned/daemon/daemon.py +++ b/tuned/daemon/daemon.py @@ -18,7 +18,6 @@ class Daemon(object): try: self._init_profile(profile_name) except TunedException as e: - log.exception(e) log.error("Cannot set initial profile. No tunings will be enabled!") def _init_threads(self):