"Tony Stocker" <[EMAIL PROTECTED]> writes: > I'm running rssh 2.3.2 on a CentOS 4.6 system. I am trying to track > down a problem and wanted to increase the verbosity of the logging from > rssh to see if it was rssh denying a connection, and if so why. However > if I change the logfacility line in /etc/rssh.conf to anything other > than the default nothing changes in terms of logging, and I get the > message "rssh[138964]: there were errors processing configuration file!" > I have tried LOG_ERR, LOG_INFO, LOG_DEBUG, LOG_WARNING as well as > 'error' 'info' 'debug' and 'warning' for the logfacility line and > nothing except LOG_USER works without producing that error line. > > So, IS there a way to increase logging from rssh?
You're confusing facility and level. The configuration option changes the facility, which is what syslog type the log messages are filed under. I think rssh always logs as much as it is able to log. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ rssh-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rssh-discuss
