Matt Conway
Matt Conway
Run "script/delayed_job start" twice, two processes will get started. The oldest one has to be killed manually since the pid file gets overwritten. The start action should check and not...
I had a situation with my graphite server today, which caused connections to it from this plugin to fail, which resulted in thousands of emails getting sent to my ops...
If i have a third party outputter (log4r-gelf), it used to be that the initializer for that class was called with a hash containing symbols as keys. It now calls...
My log4r-gelf outputter stopped working with 1.1.10. Log4r is now only looking for types defined directly in Log4r namespace, but anything deeper fails to be resolved, e.g. Log4r::Gelf::GelfOutputter. This worked...