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

some long awaited fixes #152

Merged
merged 10 commits into from
May 29, 2024
Merged

some long awaited fixes #152

merged 10 commits into from
May 29, 2024

Commits on May 26, 2024

  1. logging: remove printing to stderr if environment variables for filte…

    …r errors for other reasons than not found, since we give the values provided in the configuration anyway
    albertotirla committed May 26, 2024
    Configuration menu
    Copy the full SHA
    70b68c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6ca75e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. logging: make output of logs not be sent in two places, both stderr a…

    …nd the logging method described in the configuration file
    albertotirla committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5cffde3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e83197e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f94736f View commit details
    Browse the repository at this point in the history
  4. config: make system have priority before user when a user value is no…

    …t specified and make the toml writer to write all the layers before the user one in the configuration it writes to disk in case of missing configuration
    albertotirla committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4c35c53 View commit details
    Browse the repository at this point in the history
  5. fix formatting

    albertotirla committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e75cbe4 View commit details
    Browse the repository at this point in the history
  6. state: remove the ret when it's not required for us to know the value…

    …, to reduce log complexity
    albertotirla committed May 29, 2024
    Configuration menu
    Copy the full SHA
    44b679e View commit details
    Browse the repository at this point in the history
  7. events: remove some unnecesary use of inlines and remove ret, err att…

    …ributes when their output in the logs would be redundant
    albertotirla committed May 29, 2024
    Configuration menu
    Copy the full SHA
    200e435 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b65f12c View commit details
    Browse the repository at this point in the history