We've using lots of WCF services in our application and we're finding the logging is really useful but the files tend to grow fairly quickly. In fact, we can usually only play around with a service for 10 minutes or so, until the log file is more then 10mb and too slow to load.
Is there anyway to restrict the logging to only 1000 entries, or use a rolling file, etc??