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

Add more options to configuration, make dates more consitent #53

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

Conversation

pawlowskim
Copy link

This PR adds new features like:

  • add possibility to remove new lines sign from log texts. This is helpful if we want to have log to be exported to TXT and have it single-lined. It's configurable and turned off by default to not change how the plugin works
  • add possibility to use milliseconds as timestamp string. Also configurable and turned off by default
  • add empty fields to logs. It basically keeps text representation of the log with the same length if you split it by delimiters. Previously nulls were replaced with empty string. With this change it prints fe. "{}" instead of "". Also configurable and turned off by default.

Fixes:

  • makes timestamps dates consistent. Previously it uses 2 instances of DateTime.now() for the same purpose.

It's up to date with master, and it's null safety.

- latest sembast "non-breaking" changes are not compatible with the current implementation
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.

None yet

1 participant