Table of contents
  1. Check a fire2a algorithm’s html log from WSL

Check a fire2a algorithm’s html log from WSL

Did you accidentally close the algorithm’s dialog window, and at reopening the execution log is gone? We got you covered:

  • Open the log messages panel
  • Look for the fire2a tab
  • Each algorithm execution is timestamped, identified by its name and the location of its log file, copy the location of the log file
  • Open a terminal and navigate to the log file location
  • Start a python http server to visualize the html log file back in windows
    cd /tmp/processing_vYybGp/8a8bd04a438641cf8a780de0dbe7eea6/InstanceDirectory/results
    python3 -m http.server
      Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...
      127.0.0.1 - - [24/Jan/2025 22:48:48] "GET / HTTP/1.1" 200 -
    # stop the server with Ctrl+C or closing the terminal
    
  • Back on Windows, open your favorite web-browser (firefox) and open http://localhost:8000/