nap a écrit :
> Hi all,
>
> Now the satellites daemon can have a local log. It's disabled by 
> default, and the configuration is in the etc/*d.ini of course.
>
> use_local_log=0
> local_log=%(workdir)s/pollerd.log
This is using the old-style substitution mechanism, which is error prone.

String template substitution new style with $variable is really simpler 
for people and available since Python 2.4
http://docs.python.org/release/2.5.2/lib/node40.html

Aurélien


------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel

Reply via email to