I'd like to control the size and on disk layout of the unicorn error and output logs. Basically I want ruby Logger like functionality where I can specify a fixed # of rolling logs each of which is limited to # mb in size. Not sure how to do this in unicorn.rb.
My unicorn.conf file has basically the defaults, with the exception of: Stderr_path "/log/unicorn/stderr.log" Stdout_path "/log/unicorn/stdout.log" These files will grow to the point where the disk becomes full at which point we begin to see failures. Thanks in advance... Steve
