docs: Fix log path example (#206)

* docs: Fix log path example

* Update ui.rst
This commit is contained in:
you-n-g
2024-08-11 09:17:46 +08:00
committed by GitHub
parent 564cd26c0c
commit 9c0bf60027
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ In `RD-Agent/` folder, run:
.. code-block:: bash
rdagent ui --port <port> --log_dir <log_dir> [--debug]
rdagent ui --port <port> --log_dir <log_dir like "log/"> [--debug]
This will start a web app on `http://localhost:<port>`.