Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1039#discussion_r44210798 --- Diff: python/lib/cloudutils/serviceConfig.py --- @@ -54,7 +54,7 @@ def configration(self): except: logging.debug(formatExceptionInfo()) if self.syscfg.env.mode == "Server": - raise CloudRuntimeException("Configure %s failed, Please check the /var/log/cloudstack/setupManagement.log for detail"%self.serviceName) + raise CloudRuntimeException("Configure %s failed, Please check the /var/log/cloudstack/management/setupManagement.log for detail"%self.serviceName) --- End diff -- Does this need to be hard-coded? I had a quick look into the python logging and am hoping we can retrieve the path from there. just a thought
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---