reduce log level of inbound d* posts until we get through some of the more serious federation issues
This commit is contained in:
@@ -58,7 +58,7 @@ function receive_post(&$a) {
|
||||
|
||||
logger('mod-diaspora: decoded', LOGGER_DEBUG);
|
||||
|
||||
logger('mod-diaspora: decoded msg: ' . print_r($msg,true), LOGGER_DATA);
|
||||
logger('mod-diaspora: decoded msg: ' . print_r($msg,true), LOGGER_DEBUG);
|
||||
|
||||
if(! is_array($msg))
|
||||
http_status_exit(500);
|
||||
|
||||
Reference in New Issue
Block a user