-
Notifications
You must be signed in to change notification settings - Fork 47
Debugging
Shreshth Tuli edited this page Nov 19, 2020
·
6 revisions
When running the framework in a VLAN setup you can debug the execution of the workloads using the following commands or reading the log files as described below.
To check for errors
- You can read the COSCO.log file in the server.
To check for errrors
- You can read the log file agent/COSCO.log.
- You can check status of the flask service using
sudo service flask status
- For more in depth system logs use
sudo cat /var/log/syslog
or use the jounral control comand to see errors in flask service.
journalctl -u flask.service
BSD-3-Clause. Copyright (c) 2020, Shreshth Tuli. All rights reserved.