Add .sh file for firefox logging. Still working on filtering the logs

This commit is contained in:
flying-scorpio 2020-01-05 10:59:04 +01:00
parent b887b6cbd6
commit 105cc19026

5
firefox_log.sh Executable file
View file

@ -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