BedrockStreaming / LogBridgeBundle

Symfony Bundle to log Request/Response with Monolog.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add filter from ignore Request/Response info in listener

UgoSansH opened this issue · 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