OpenID/Oauth log HTTP hits to error_log instead of StatusNet log
OpenID/Oauth log HTTP hits to error_log instead of StatusNet log
| Issue ID: | 2155 |
| Issue Category: | bug |
| Component: | uncategorized |
| Priority: | normal |
| Status: | active |
| Assigned: | evan |
| Version: | 0.9 |
| Milestone: | 0.9 |
Our OpenID library's "paranoid http fetcher" class outputs HTTP results via error_log() which goes to PHP's general error logging (possibly stderr or such), which may not be good when you actually want to look at your logs. ;)
Seen on the console I started daemon from:
Successfully fetched 'http://identi.ca/index.php': POST response code 200
Successfully fetched 'http://micro.ciarang.com/index.php': POST response code 200
[Not 100% sure what happens here if the terminal gets closed, actually.]

Updates
You can also subscribe to the
RSS feed for updates to this issue.