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

Changes to datetime formatting #60

Merged
merged 2 commits into from
Dec 9, 2021
Merged

Changes to datetime formatting #60

merged 2 commits into from
Dec 9, 2021

Commits on Jul 29, 2021

  1. Changes to datetime formatting

    Formatting a datetime should only pertain to itself and valid datetimes do not contain a space. Should there be a desire to show show a space between the datetime and the process pid in the formatted log, this formatting logic should take place there.
    Furthermore, the default datetime format is moved to a class variable to allowing this variable to be overwritten by subclasses.
    bazay authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    7cbd434 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Test cases

    bazay committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    40adb64 View commit details
    Browse the repository at this point in the history