11-01-2019, 01:40 PM
The Exception Log is under Global > Exception Log if you are in the admin interface.
Or you could run the server in dev mode as shown below. Please note the exact location of startup_dev.py in your server might be different from what I have below:
To be able to run from the command line in dev mode, you might have to stop the service first:
Or you could run the server in dev mode as shown below. Please note the exact location of startup_dev.py in your server might be different from what I have below:
Code:
python /opt/tactic/tactic/src/bin/startup_dev.py
To be able to run from the command line in dev mode, you might have to stop the service first:
Code:
sudo systemctl stop tactic