Add documentation for the --logfile option

parent bc1607fd
......@@ -1552,6 +1552,16 @@ Set logging level for the Python logger facility. You can choose one of the leve
| not provided | 0 |
+---------------+---------------+
``--logfile LOGFILE``
---------------------
Use a file to store all of the log information generated by ``hdlmake``. For example, if we want to list the files contained by a design while storing the log in ``/var/log/hdlmake.log``, we should run the following command:
.. code-block:: bash
hdlmake --logfile /var/log/hdlmake.log list-files
``-p, --prefix ARBITRARY_CODE``
-------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment