From 327b25b61932dd59850673ddad5a5be5c4a7c422 Mon Sep 17 00:00:00 2001 From: flying-scorpio Date: Sun, 5 Jan 2020 11:20:18 +0100 Subject: [PATCH] More filtering --- firefox_log.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox_log.sh b/firefox_log.sh index 741475f..faf2959 100755 --- a/firefox_log.sh +++ b/firefox_log.sh @@ -2,5 +2,5 @@ # This file runs firefox in a state where the HTTP requests will be logged to the specified file. -firefox -MOZ_LOG=timestamp,rotate:200,nsHttp:5,cache2:5,nsSocketTransport:5,nsHostResolver:5,sync -MOZ_LOG_FILE=./requests/log.txt +firefox -MOZ_LOG=timestamp,rotate:200,nsHttp:3,cache2:5,sync -MOZ_LOG_FILE=./requests/log.txt cat ./requests/log.txt.* | grep GET | grep q=