BedrockStreaming/LogBridgeBundle

Add filter from ignore Request/Response info in listener

UgoSansH opened this issue · 1 comments

#EventDispatcher/LogRequestListener::createContent()
$requestHeaders = array_diff_key($request->headers->all(), array_flip(array('php-auth-pw')));

Add config key from array_flip ignore info

done