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
@@ -114,7 +114,7 @@ The 🎥 [demo](https://rdagent.azurewebsites.net) is implemented by the followi
### 🖥️ Monitor the Application Results
- You can serve our demo app to monitor the RD loop by running the following command:
```sh
rdagent ui --port 80 --log_dir <your log folder like "log/2024-07-16_11-21-46-612120/">
rdagent ui --port 80 --log_dir <your log folder like "log/">
```
# 🏭 Scenarios
+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>`.