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

Improve logging #316

Merged
merged 5 commits into from
Mar 6, 2019
Merged

Commits on Mar 5, 2019

  1. Improve logging

    Fix nornir-automation#302, nornir-automation#230
    
    * Nornir logging is configured only when no changes have been done to Python logging
    * No more duplicate logs
    * Replace format and f-strings in logs to % strings according to best practices
    * Improved messages for some logs
    dmfigol committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    70a7c9b View commit details
    Browse the repository at this point in the history
  2. Fix build errors

    * Add .ipynb_checkpoints to sphinx ignored list
    * Run black and pylama on specific folders
    * Pin pydantic until 0.19.0 is released
      pydantic/pydantic#254
    dmfigol committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    ed940cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5c7f7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67f44db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    594e335 View commit details
    Browse the repository at this point in the history