I can see:

console.log('something to log'); from my app.js

which show up as:

something to log

But that app.js runs python scripts based on a switch case where I use:

import logging
logging.warning('2gpio pin toggle!') # will print a message to the console

but this doesnt show up in the heroku logs.  How can I see that that script 
got called?

Thanks

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Heroku Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to