It can actually be done, according to https://serverfault.com/a/90965
The IIS logs only record querystring and header information without
any POST data.If you’re using IIS7, you can enabled Failed Request Tracing for
status code 200. That will record all of the data and you can select
which type of data to include.