Add .sh file for firefox logging. Still working on filtering the logs
This commit is contained in:
parent
b887b6cbd6
commit
105cc19026
1 changed files with 5 additions and 0 deletions
5
firefox_log.sh
Executable file
5
firefox_log.sh
Executable 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
|
Loading…
Reference in a new issue