here\'s my web.config, running a WCF service in an application on IIS7, but nothing is being written to the specified file. permission on the file has been granted for ever
Probably the issue is due to permission to write in the log directory specified in your config file. If you are'nt sure wich is the user in the context, give write permission to all machine users.
It worked fine for me.