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

log: Added support to include date-time in log filename #7697

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

Commits on Mar 26, 2024

  1. log: Added support to include date-time in log filename

    Added a flag `log-file-time-format` that allows specifying a date-time format that is used to replace the `:dt:` wildcard in the filename of the log file.
    HikaruHokkyokusei committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    68e0959 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. log: Updated filename timestamp wildcard and format method

    Changed the flag for filename timestamp format from `log-file-time-format` to `file-time-format`. It now allows user to specify `WILDCARD` along with the format. Also, the formatting is now done by `go-strftime` library.
    HikaruHokkyokusei committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    fc7ba18 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    4ee84f4 View commit details
    Browse the repository at this point in the history