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

Daemon log hook #490

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

Camerooooon
Copy link
Collaborator

No description provided.

@@ -1,4 +1,7 @@
use crate::network::{log_to_daemon, logger, Daemon, Packet};
use crate::error::Error;

Check warning

Code scanning / clippy

unused import: `crate::error::Error`

unused import: `crate::error::Error`
@@ -1,4 +1,7 @@
use crate::network::{log_to_daemon, logger, Daemon, Packet};
use crate::error::Error;
use crate::logger::{Log, Origin};

Check warning

Code scanning / clippy

unused import: `Log`

unused import: `Log`
Packet::DaemonLogRequest() => {}
Packet::DaemonLogRequest() => {
let response = Packet::DaemonLogResponse(
inner_daemon_mutex.lock().unwrap().logger.logs.clone(),
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this clone all of the logs every time a message is sent?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants