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

[WIP] Rust Port #13

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

[WIP] Rust Port #13

wants to merge 8 commits into from

Conversation

ds-ak
Copy link

@ds-ak ds-ak commented Jun 27, 2023

  • Base logging infra
  • Same API as previous pure-python logger (Except setLevel has been renamed to set_level for consistency)
  • Log to file
  • Log to Slack
  • tpl Template implementation (tpl.format() is now tpl())
  • [CRITICAL] Hangs for pytest (probably we are not being smart about Mutex; debugging required)
  • Colors
  • NEVER Panic
  • Parent-Child logger [hopefully not required]
  • async within rust-layer [optional]

@ds-ak ds-ak changed the title Rust Port [WIP] Rust Port Jun 27, 2023
@ds-ak ds-ak requested a review from cosmosgenius June 28, 2023 01:33
Cargo.toml Show resolved Hide resolved
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.

3 participants