Skip to content

[Dev QoL] Add more logging #34

Description

@Malacath-92

We should be adding more logging to the app to facility onboarding for new contributors. My idea for this would be as follows:

  1. Use LogInfo for any information that should be user-facing, such as logging during pdf rendering
  2. Use LogDebug for anything developer facing, such as detailed steps during image processing
  3. Add a command line option auch as --debug or --log-level=debug to enable the debug level, while having it disabled by default. This way devs can setup their local debugging with that and we can also ask users to run with it if needed to narrow down an issue.
  4. If we want to include LogWarning and LogError to the mix we should probably introduce some console that the user can be notified from.

This issue was opened based on the initiative of @ahernandezjr of adding more logging.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions