We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Next to #169
The comment of @jedahan seems to me a comfortable idea.
yeah just instead of making it multiple keys, just a single key, and using the existing rust specification for format. So instead of date-format: "%H:%M" separator: ":" line-output: "[date_format] [nick][separator] [message]" you would have something like format: "{timestamp.hour:0>2}:{timestamp.minute:0>2} {nick}: {message}"
yeah just instead of making it multiple keys, just a single key, and using the existing rust specification for format.
So instead of
date-format: "%H:%M" separator: ":" line-output: "[date_format] [nick][separator] [message]"
you would have something like
format: "{timestamp.hour:0>2}:{timestamp.minute:0>2} {nick}: {message}"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Next to #169
The comment of @jedahan seems to me a comfortable idea.
The text was updated successfully, but these errors were encountered: