124
edits
Line 178: | Line 178: | ||
# You can send the logs to files by setting MOZ_LOG_FILE="path-to-file.txt" | # You can send the logs to files by setting MOZ_LOG_FILE="path-to-file.txt" | ||
# On Windows, due to weirdness, to see the log output from sub-processes you need to either redirect them to a file (or tee) in the console or specify MOZ_LOG_FILE | # On Windows, due to weirdness, to see the log output from sub-processes you need to either redirect them to a file (or tee) in the console or specify MOZ_LOG_FILE | ||
# [https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Gecko_Logging This page] has more details. As always, be wary that things may be out of date. | # [https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Gecko_Logging This page] has more details. As always, be wary that things may be out of date. |
edits