Skip to content

Commit 6a1b886

Browse files
committed
Merge pull request apache#1039 from borisroman/CLOUDSTACK-9039
CLOUDSTACK-9039: Fix paths for logging Ubuntu ManagementFix paths for logging Ubuntu Management. How to test: Install via DEB packages... * pr/1039: CLOUDSTACK-9039: Fix paths for logging Ubuntu Management. Signed-off-by: Remi Bergsma <github@remi.nl>
2 parents ca86034 + acd49d8 commit 6a1b886

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/lib/cloudutils/serviceConfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def configration(self):
5454
except:
5555
logging.debug(formatExceptionInfo())
5656
if self.syscfg.env.mode == "Server":
57-
raise CloudRuntimeException("Configure %s failed, Please check the /var/log/cloudstack/setupManagement.log for detail"%self.serviceName)
57+
raise CloudRuntimeException("Configure %s failed, Please check the /var/log/cloudstack/management/setupManagement.log for detail"%self.serviceName)
5858
else:
5959
raise CloudRuntimeException("Configure %s failed, Please check the /var/log/cloudstack/agent/setup.log for detail"%self.serviceName)
6060

python/lib/cloudutils/serviceConfigServer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ def checkHostName():
124124
if self.syscfg.svo.enableService("cloudstack-management"):
125125
return True
126126
else:
127-
raise CloudRuntimeException("Failed to configure %s, please see the /var/log/cloudstack/setupManagement.log for detail"%self.serviceName)
127+
raise CloudRuntimeException("Failed to configure %s, please see the /var/log/cloudstack/management/setupManagement.log for detail"%self.serviceName)

0 commit comments

Comments
 (0)