Quick question

New to webODM and running tests on my mac and PC for 3D modelling with my DJI Mavic.

I have a question about turning debugging off. So i start with

Simons-MacBook-Pro:WebODM simsurf$ ./webodm.sh start --no-debug
Checking for docker… OK
Checking for git… OK
Checking for python… OK
Checking for pip… OK
Checking for docker-compose… OK
Starting WebODM…

Using the following environment:

Host: localhost
Port: 8000
Media directory: appmedia
SSL: NO
SSL key:
SSL certificate:
SSL insecure port redirect: 80

Make sure to issue a ./webodm.sh down if you decide to change the environment.

docker-compose -f docker-compose.yml -f docker-compose.nodeodm.yml start || docker-compose -f docker-compose.yml -f docker-compose.nodeodm.yml up
Starting db … done
Starting node-odm-1 … done
Starting webapp … done
Simons-MacBook-Pro:WebODM simsurf$

But in the task list I still see [debug]?

e.g [DEBUG] Loaded 20171127_1122.JPG | camera: dji fc220 | dimensions: 2048 x 1536 | focal: 4.7 | ccd: 6.17 | lat: -28.0012027222 | lon: 153.350886833 | alt: 37.837

is this normal or am i doing something wrong?

Nothing wrong, you can check that you are running with production settings by accessing a page that doesn’t exist (say, http://localhost:8000/notfound). If you get a detailed report, you are running in debug. If you get a generic error, you are running in production. The “DEBUG” in the output log is not related to the DEBUG settings of WebODM.

Thank you for the help. I am not much of a command line person, but i am trying to improve:)

1 Like