[
https://issues.apache.org/jira/browse/CLOUDSTACK-9039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993328#comment-14993328
]
ASF GitHub Bot commented on CLOUDSTACK-9039:
--------------------------------------------
Github user ustcweizhou commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1039#discussion_r44112930
--- Diff: python/lib/cloudutils/serviceConfigServer.py ---
@@ -107,7 +107,8 @@ def checkHostName():
bash("chown cloud.cloud /var/run/cloudstack-management.pid")
#distro like sl 6.1 needs this folder, or tomcat6 failed to start
checkHostName()
- bash("mkdir /var/log/cloudstack-management/")
+ bash("mkdir /var/log/cloudstack/")
+ bash("mkdir /var/log/cloudstack/management/")
--- End diff --
I agree with @milamberspace .
btw, what about the /var/log/cloudstack/usage for usage server?
> Log folder path Ubuntu
> ----------------------
>
> Key: CLOUDSTACK-9039
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9039
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Install and Setup
> Affects Versions: 4.6.0
> Reporter: Boris Schrijver
> Assignee: Boris Schrijver
> Priority: Minor
>
> Log folder path is incorrect during setup.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)