On 29 November 2013 09:57, Stefan Kooman <ste...@bit.nl> wrote:

> Quoting Daniel Molina (dmol...@opennebula.org):
> >
> > Include it before the if:
> >      logger.error(rackinput.class)
> >      if (rackinput.class == Tempfile)
>
> I did just that, restarted apache and tried again. I can't spot the
> value in the logs, can you? Passenger errors are logged in apache error log
> (not vhost) log. I did check all logs but didn't find anything.


It should be in /var/log/one/sunstone.log

You can also write the value to a file:
File.open('/tmp/debug_sunstone", 'w') { |file| file.write(rackinput.class) }


-- 
--
Daniel Molina
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | dmol...@opennebula.org | @OpenNebula
_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to