From 105cc190264253a3eb0410cdd25d7501a24e49e3 Mon Sep 17 00:00:00 2001 From: flying-scorpio Date: Sun, 5 Jan 2020 10:59:04 +0100 Subject: [PATCH] Add .sh file for firefox logging. Still working on filtering the logs --- firefox_log.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 firefox_log.sh diff --git a/firefox_log.sh b/firefox_log.sh new file mode 100755 index 0000000..c8e7206 --- /dev/null +++ b/firefox_log.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +# 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