Logs and troubleshooting (Release ONE): Difference between revisions
From OSM Public Wiki
Garciadeblas (talk | contribs) No edit summary |
|||
Line 17: | Line 17: | ||
====Restarting UI==== | ====Restarting UI==== | ||
The UI is restarted when the SO module (launchpad) is restarted. | |||
However, in case just the UI needs to be restarted, you can run the following command in the SO-ub container as root: | |||
<pre> | |||
forever restartall | |||
</pre> | |||
====Restarting RO==== | ====Restarting RO==== | ||
====Restarting VCA==== | ====Restarting VCA==== |
Revision as of 15:39, 2 November 2016
Under elaboration
Logs
SO logs
UI logs
RO logs
VCA logs
Troubleshooting
Restarting services
Restarting SO
Restarting UI
The UI is restarted when the SO module (launchpad) is restarted. However, in case just the UI needs to be restarted, you can run the following command in the SO-ub container as root:
forever restartall