Ticket #49 (new defect)

Opened 10 months ago

log files have wrong user/group after first deploy

Reported by: zippy Assigned to: mbailey
Priority: major Milestone:
Component: recipes Version: 1.99
Keywords: Cc:

Description

The first time an application is deployed, the commands to change ownership and group of the log files fail, because there aren't any log files there yet. However, after migrating, logfiles will get created with $USER user/group. These log-files won't get written into until you re-deploy and restart the mongrel cluster.

Perhaps there should be a log-file touch in the deploy recipie so as to create them originally if they don't yet exist?