Skip to content
Snippets Groups Projects
Commit 9a91d031 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-434: Added logviewer

parent 8cb7b4b0
Branches
Tags
1 merge request!150L2SS-434: Add sphinx documentation content
......@@ -28,3 +28,17 @@ ELK allows you to filter, edit the columns, and a lot more. We enrich the log en
.. image:: elk_log_fields.png
Furthermore, statistics from the ELK stack, such as the number of ERROR log messages, are made available as a data source in :doc:`monitoring`.
LogViewer
------------------
For each device, Tango collects the logs as well. These can be viewed with the LogViewer X11 application. Make sure ``$DISPLAY`` is set, and run::
cd docker-compose
make start logviewer
If LogViewer does not appear, check ``docker logs logviewer`` to see what went wrong.
For information on how to use the LogViewer, see https://tango-controls.readthedocs.io/en/latest/tools-and-extensions/built-in/logviewer/logviewer.html.
.. note:: If you need an X11 server on Windows, install `VcXsrv <https://sourceforge.net/projects/vcxsrv/>`_, disable access control during its startup, and use ``export DISPLAY=host.docker.internal:0`` in WSL.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment