Skip to content

Commit

Permalink
Update README.md with reporting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
XdoctorwhoZ authored Dec 3, 2024
1 parent 2e6b24f commit 6514331
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,31 @@ To embbed built-in drivers
cargo run --features built-in-drivers
cargo build --features built-in-drivers
```

## Report an issue

To report an issue, the platform will provides you logs you can share to help us.

```bash
# Run your platform with all logs and traces
cargo run -- -l -b -t
```

Then you can find the path where logs will be stored in your computer "Log dir"

```
----------------------------------------
# Panduza Platform
- Stdout logs : ENABLED
- Broker logs : DISABLED
- Debug logs : DISABLED
- Trace logs : DISABLED
- Log dir : "C:\\Users\\Public\\panduza\\logs"
- Tree file : "C:\\Users\\Public\\panduza\\tree.json"
----------------------------------------
```

Take the log of the day and join it with the issue

0 comments on commit 6514331

Please sign in to comment.