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

Try to fix accidentally disabled default timestamps feature #42

Merged
merged 1 commit into from
Dec 10, 2021

Commits on Dec 10, 2021

  1. Fix wrongly disabled default timestamps feature

    Hi!
    I have noticed that after commits, which replaces "chrono" dependency with "time", logger does not print timestamps by default.
    
    In this https://github.com/borntyping/rust-simple_logger/blob/main/src/lib.rs#L37 line, "chrono" feature-gate was used before dependency changes. Now it is "timestamps". 
    So I just try to actualize default feature gates in project manifest.
    Nekrolm committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    4dda64b View commit details
    Browse the repository at this point in the history