Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tracing): add initial tracing to file #49

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Conversation

robertpsoane
Copy link
Owner

  • minimal non-debug tracing
  • extra context added when there are errors

Copy link

codecov bot commented Jul 14, 2024

Codecov Report

Attention: Patch coverage is 0% with 54 lines in your changes missing coverage. Please review.

Files Coverage Δ
src/components/command_input.rs 0.00% <ø> (ø)
src/events/event_loop.rs 0.00% <ø> (ø)
src/events/message.rs 0.00% <ø> (ø)
src/config.rs 0.00% <0.00%> (ø)
src/components/header.rs 0.00% <0.00%> (ø)
src/main.rs 0.00% <0.00%> (ø)
src/components/version.rs 0.00% <0.00%> (ø)
src/ui/app.rs 0.00% <0.00%> (ø)
src/tracing.rs 0.00% <0.00%> (ø)

@robertpsoane robertpsoane force-pushed the rs/tracing branch 2 times, most recently from 86981a7 to 7222510 Compare July 14, 2024 11:23
@robertpsoane robertpsoane changed the title feat(tracing): add tracing to ducker feat(tracing): add initial tracing to file Jul 17, 2024
- initial tracing infrastructure; log messages get written to default
  location
- intention is for this to grow over time; currently there is very
  little in the way of logging beyond the event loop and errors
@robertpsoane robertpsoane merged commit ae06afb into master Jul 17, 2024
12 checks passed
@robertpsoane robertpsoane deleted the rs/tracing branch July 17, 2024 19:16
@github-actions github-actions bot mentioned this pull request Jul 17, 2024
robertpsoane pushed a commit that referenced this pull request Jul 17, 2024
## 🤖 New release
* `ducker`: 0.0.6 -> 0.0.7

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.0.7](v0.0.6...v0.0.7)
- 2024-07-17

### Added
- *(tracing)* add initial tracing to ~/.local/share/ducker/ducker.log
([#49](#49))
- initial network page
([#47](#47))
- add support for listing volumes
([#44](#44))

### Other
- *(config)* use arc instead of box for config
([#52](#52))
- *(deps)* bump clap from 4.5.8 to 4.5.9
([#51](#51))
- *(versions)* use ureq instead of reqwest for version checks
([#48](#48))
- symlink demo.gif to fix old cargo docs
- *(readme)* add a note about using `--locked` to cargo installs
- add an ai generated image of a duck riding a whale
([#45](#45))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant