Displaying 4 results from an estimated 4 matches for "clogger".
Did you mean:
  blogger
  
2011 Aug 16
6
Unicorn logging in production env
Hi All, as I can see on
https://github.com/defunkt/unicorn/blob/master/lib/unicorn.rb#L53
the?Rack::CommonLogger used only in development env and in weird evn
called "deployment".
Any chance to add  "production" to this case?
Serg Podtynnyi
2011 Jul 01
5
Timestamp in unicorn logs
I would love to see a timestamp in each line of unicorn stderr and
stdout logs. Has this been considered? Thanks.
Best,
alex sharp
2013 Jan 24
2
SIGSEGV at shutdown (was: Re: your mail)
...ation on FreeBSD, even.
>
> Which version of Ruby are you using?
1.9.3p-125
> Which C extensions do you have loaded?
There''s probably a better way to answer this question, but ...
% find vendor/bundle/ruby/1.9.1/gems -name ''*.so''
vendor/bundle/ruby/1.9.1/gems/clogger-1.1.0/ext/clogger_ext/clogger_ext.so
vendor/bundle/ruby/1.9.1/gems/clogger-1.1.0/lib/clogger_ext.so
vendor/bundle/ruby/1.9.1/gems/eventmachine-1.0.0.rc.4/ext/fastfilereader/fastfilereaderext.so
vendor/bundle/ruby/1.9.1/gems/eventmachine-1.0.0.rc.4/ext/rubyeventmachine.so
vendor/bundle/ruby/1.9.1/ge...
2010 Nov 04
11
Address already in use - bind(2) (Errno::EADDRINUSE)
After trying all things in : http://www.ruby-forum.com/topic/105271
I cannot find the pid of the clogger. So, I am still having trouble
clearing whatever is active on my localhost port 3000.
I can run on a different port "script/server -p 3001" .
But my OC would like to have all ports on my machine clean and usable.
Below is my error - please help.  Thanks!
When I try to start the server...