Hello I have the problem that both my console scripts and a web interface should log into one file which rotates daily. The problem is that a file which gets created by a console script usually has -rw-r--r-- permissions which makes it impossible for the webserver to write into it. More evil log4php does not issue a warning but silently ignores any errors when writing the logfile :(
Would adding a file_mode=0664 flag to the FileAppender be a proper way to solve this problem? bye, -christian-
