hi > > I saw that the current release (0.20.1) don't create the files "access.log" > and "error.log" automatically. If used; the "master.log" file is created > automatically. > You have to manually touch those file if you wan't to use them: > > # touch /var/log/monkey/access.log > # touch /var/log/monkey/error.log > # chown www /var/log/monkey/access.log > # chown www /var/log/monkey/error.log > > Otherwise you won't get any access/logs and no message about that the log > isn't used. > > I was thinking about to implement those four lines in my CRUX port of monkey > - but I came to the decision that this might be a bug and not "by design".
Remember that when you perform a install, your script have to be care about permissions of the logs directory, when monkey runs under a specific user, this user must to have permissions over logs/. regards, -- Eduardo Silva http://edsiper.linuxchile.cl http://www.monkey-project.com _______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
