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

suitecrm: Make logging something useful to end-users as well as developers #80

Open
jonathanmaw opened this issue Mar 31, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@jonathanmaw
Copy link
Contributor

jonathanmaw commented Mar 31, 2023

i.e., debugging is useful for:

  • Capturing what HTTP requests were just sent/received
  • Capturing what the user model looks like in the source, and target before we start modifying them
  • Capturing what ModelDifference is generated

Warnings are useful for:

  • Indicating when something might be going wrong to the end-user

Info is useful for:

  • Knowing what Lifecycle is currently doing while sitting and watching it run (or looking at logs of what it did later), e.g.
    • Fetching users from the source
    • Fetching users from the target
    • Adding/syncing/removing a particular user
@jonathanmaw jonathanmaw added the enhancement New feature or request label Mar 31, 2023
@thinkl33t
Copy link
Contributor

Strong agree here - currently when not running in debug mode the output is a blank screen and a flashing cursor for ~10 minutes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants