Hi Chris, > I am seeing _LOTS_ of messages in this file, most of which are not > errors (whole certificates output during the issuing batch process etc), > what configuration items says to write our data to this file ? How would > I change the level of items reported to stderr.log
have a look at etc/log.xml, most certainly you have got debug set to 1 (there are two entries where you can set this value, I don't currently know which controls which setting, so you will have to try yourself). > Also, I do have some errors in the stderr.log: > > DBD::mysql::st execute failed: You have an error in your SQL syntax near > 'NAMES 'utf-8'' at line 1 at > /usr/local/ca001_pki/modules/perl5/OpenCA/DBI.pm line 2592. > > Any ideas ? Is this that my version of mysql does not support utf-8 ? yes, at least the DB does not support the syntax properly (same for Oracle). My experience is that this error can be ignored for non-UTF8-ish use. cheers Martin ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
