On 7/24/15, Dowd, Stephen <[email protected]> wrote: > 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"
Create 2 FIFO and forward to syslog.
