From: Robert Klemme Date: 2011-11-26T16:29:25+09:00 Subject: Re: set logger.progname on a per thread basis On Fri, Nov 25, 2011 at 7:23 PM, Kassym Dorsel wrote: > This seems to be what I want to achieve. How would I go about > implementing this : > > http://rubyforge.org/tracker/index.php?func=detail&aid=7592&group_id=426&atid=1700 $ ri19 Logger Then look for "logger.formatter" which allows you do create a custom format. Then just use Thread.current.object_id or anything else you store in a thread when generating the message. Kind regards robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/