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

- C


> 
> Thanks in advance.
> 


_______________________________________________
Supervisor-users mailing list
Supervisor-users@lists.supervisord.org
http://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to