[Cppcms-users] Where is std::cerr?
Brought to you by:
artyom-beilis
From: augustin <aug...@ov...> - 2011-01-07 10:01:21
|
Hello, First, I currently cannot contribute anything to the wiki. I cannot connect to the primary site: art-blog.no-ip.info: Socket operation timed out The server art-blog.no-ip.info refused to allow this computer to make a connection. When running the application (apache2 / fastcgi / apache started), where is std::cerr? I have set up the apache error.log but the std::cerr messages do not show there, nor anywhere I looked in /var/log/. I have tried to set the log file as described here: http://cppcms.sourceforge.net/wikipp/en/page/cppcms_1x_config#logging.stderr { "service" : { "api" : "fastcgi", "socket" : "stdin", }, "logging" : { "file" : { "name" : "/www/cppcms/logs/cppcms.log", "append" : true, }, }, } but the application won't run if I add the "logging" section to config.js. Maybe I am missing something. More explicit examples would be useful in that section of the wiki. So, if I add code like this in my cppcms application: std::cerr << message << std::endl; Where can I find such messages? Thanks. Augustin. -- Friends: http://www.reuniting.info/ http://activistsolutions.org/ My projects: http://astralcity.org/ http://3enjeux.overshoot.tv/ http://linux.overshoot.tv/ http://overshoot.tv/ http://charityware.info/ http://masquilier.org/ http://openteacher.info/ http://minguo.info/ http://www.wechange.org/ http://searching911.info/ . |