Github user ProjectMoon commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1162#discussion_r46618985 --- Diff: client/bindir/cloud-setup-management.in --- @@ -24,20 +24,23 @@ from cloudutils.globalEnv import globalEnv from cloudutils.serviceConfigServer import cloudManagementConfig from optparse import OptionParser if __name__ == '__main__': - initLoging("@MSLOGDIR@/setupManagement.log") + initLoging("/var/log/cloudstack/management/setupManagement.log") --- End diff -- Ah yes this was an unintended change. I will put it back to the original @MSLOGDIR@ tomorrow.
--- 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. ---