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

Add an async logger #53

Merged
merged 6 commits into from
Nov 30, 2019
Merged

Add an async logger #53

merged 6 commits into from
Nov 30, 2019

Conversation

ec2
Copy link
Member

@ec2 ec2 commented Nov 28, 2019

Adding a logger. The choice of logger is slog, as it has async logging capabilities. This allows us to log things without blocking by sending logs to another thread which writes to stdout.

Closes:

node/src/main.rs Show resolved Hide resolved
node/Cargo.toml Show resolved Hide resolved
Copy link
Member

@ansermino ansermino left a comment

Choose a reason for hiding this comment

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

Nov 29 09:27:39.739 INFO Starting Ferret 🥇

node/src/main.rs Show resolved Hide resolved
node/src/main.rs Show resolved Hide resolved
node/src/cli/mod.rs Outdated Show resolved Hide resolved
node/src/main.rs Outdated Show resolved Hide resolved
ec2 and others added 2 commits November 30, 2019 11:35
Co-Authored-By: Austin Abell <austinabell8@gmail.com>
Co-Authored-By: Austin Abell <austinabell8@gmail.com>
@ec2 ec2 merged commit 996900c into master Nov 30, 2019
@ec2 ec2 deleted the ec2/logger branch November 30, 2019 22:23
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.

None yet

5 participants