Forum Moderators: DixonJones
If I run the update from the command prompt, it seems to work fine, but if I click on update now, it screws everything up and I have to run it from command prompt again. How do I resolve this?
Also, currently I made IIS to log everything in 1 file: extend1.log, but what if I want to log it by the date like this, ex010201.log? Is there a way to configure awstates to read all files in a directory?
as a guess, i'd say that that logfile name is in year month day format... if so, the following might be what you are after...
LogFile="/your/path/here/ex%YY-0%MM-0%DD-0.log"
however, DO NOT take my word for it... look it up in the config file... its the second setting and there's a complete explanation of everything right there ;)