| Puppet applications accept multiple -logdest parameters on the command line, but not in settings. To implement this, we would probably have to allow a comma separated list of log destinations, e.g. -logdest console,syslog,/path/to/log, and then register each logdestination component, e.g. Puppet::Util::Log.newdestination(<name>). In theory a comma could be part of an existing logfile destination filename, but I think that's highly unlikely. |