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

Support setting output verbosity #889

Merged
merged 6 commits into from May 15, 2022
Merged

Commits on May 13, 2022

  1. support setting output verbosity

    This changes the internal use of echo to use a logger instead of sys.stdout.write.
    
    This uses the stdlib logging library, with the common convention of logger = logging.getLogger(__name__), so that all watchdog logs are under the "watchdog" logging context.
    
    Finally, this adds -q/--quiet and -v/--verbose command line options to watchmedo.
    taleinat committed May 13, 2022
    Copy the full SHA
    c18393e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Copy the full SHA
    3d9f653 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c947b44 View commit details
    Browse the repository at this point in the history
  3. add a changelog entry

    taleinat committed May 15, 2022
    Copy the full SHA
    382f64e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6e338e7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1f6ff1b View commit details
    Browse the repository at this point in the history