README.rdoc in inetmgr-0.5.0 vs README.rdoc in inetmgr-0.6.0

- old
+ new

@@ -52,9 +52,14 @@ app.virtual_directories.add do |dir| dir.path = "/" dir.physical_path = "D:\\sites\\www.******.be" end end + + site.log_file.directory = 'D:\logs' + site.log_file.period = 'Hourly' + site.log_file.format = 'IIS' + site.log_file.log_ext_file_flags = 'Date, Time, ClientIP, Method, HttpStatus, BytesSent, TimeTaken, Referer, UserAgent' end end === Print the currently configured pools