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

Updated logging #450

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Conversation

ajmcquilkin
Copy link
Member

This PR replaces the fern crate with tauri-plugin-log, which unifies logging between the UI and backend layers. The application is configured to log to the following locations:

  • LogDir: all logs
  • Stdout: all logs >= Debug
  • Webview: all logs >= Info

Developers should now use the tauri-plugin-log NPM package instead of console.

@ajmcquilkin ajmcquilkin added productivity Improvements related to developer productivity infra An issue relating to application infrastructure labels Feb 20, 2024
@ajmcquilkin ajmcquilkin self-assigned this Feb 20, 2024
@ajmcquilkin ajmcquilkin changed the base branch from main to reimplement-graph-infra February 20, 2024 01:20
@ajmcquilkin ajmcquilkin merged commit cd71a29 into reimplement-graph-infra Feb 20, 2024
12 of 14 checks passed
@ajmcquilkin ajmcquilkin deleted the graph/logging-update branch February 20, 2024 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra An issue relating to application infrastructure productivity Improvements related to developer productivity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant