From 1c007565e499a1f3bd70c5b8f1fb9ff0a3e65e0e Mon Sep 17 00:00:00 2001 From: flying-scorpio Date: Sun, 5 Jan 2020 11:42:59 +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 faf2959..fa21b10 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:3,cache2:5,sync -MOZ_LOG_FILE=./requests/log.txt +firefox -MOZ_LOG=timestamp,rotate:200,nsHttp:3,sync -MOZ_LOG_FILE=./requests/log.txt cat ./requests/log.txt.* | grep GET | grep q=