Revert "Move packstack logs to /var/log/packstack"

Due to security reasons.
This reverts commit 075eb3f5a8.

Change-Id: Ie12d3a57d9d25cb5d89c88e7761b1b8db7793b06
This commit is contained in:
Martin Magr
2013-12-11 13:25:36 +01:00
parent a602c6549f
commit ce423165ca
3 changed files with 24 additions and 52 deletions

View File

@@ -36,7 +36,7 @@ def initLogging (debug):
try:
logFilename = "openstack-setup.log"
logFile = os.path.join(basedefs.LOG_DIR, logFilename)
logFile = os.path.join(basedefs.DIR_LOG, logFilename)
# Create the log file with specific permissions, puppet has a habbit of putting
# passwords in logs