On Sat, Dec 25, 2010 at 2:43 AM, Chris McDonough <chr...@plope.com> wrote:
> On Sat, 2010-12-25 at 02:39 +0100, László Monda wrote:
>> Hi List,
>>
>> According to the documentation of the configuration parameter named
>> "stdout_logfile":
>>
>> The stdout_logfile value can contain Python string expressions that
>> will evaluated against a dictionary that contains the keys
>> “process_num”, “program_name”, “group_name”, and “here” (the directory
>> of the supervisord config file).
>>
>> I cannot seem to figure out what's the valid format.  I've tried
>> "blah/{program_name}" without success.  What's the correct format?
>
> blah/%(program_name)s

Thanks!  It works like a charm.  I've realized in the meantime that
this syntax is present in the documentation.  Maybe it could be
featured in one of the examples to ephasize it stronger.

>
> - C
>
>
>>
>> Thanks in advance.
>>
>
>
>



-- 
László Monda <http://monda.hu>
_______________________________________________
Supervisor-users mailing list
Supervisor-users@lists.supervisord.org
http://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to