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

Clean up service/provider logging #284

Merged
6 commits merged into from
Oct 27, 2016
Merged

Clean up service/provider logging #284

6 commits merged into from
Oct 27, 2016

Commits on Oct 27, 2016

  1. Enhance Codec logging

    Codec service logging now shows where the encode/decode operation
    starts and where it is completed.  Also, the codec provider doesn't
    log an identity (object) any more.  Logging the object reference wasn't
    particularly informative.
    111pontes committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    abccc87 View commit details
    Browse the repository at this point in the history
  2. Enhance CRUD service logging

    CRUD service logging now shows where an operation starts and where it is
    completed.
    111pontes committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    7554693 View commit details
    Browse the repository at this point in the history
  3. Enhance executor service logging

    Executor service logging now shows where an execute_rpc operation starts
    and where it is completed.
    111pontes committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    65db949 View commit details
    Browse the repository at this point in the history
  4. Rename executor service logger

    Executor service now uses module name for the logger (__name__).  Naming
    is consistent with the logger for the other services.
    111pontes committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    d6ff70d View commit details
    Browse the repository at this point in the history
  5. Use module as the logger name

    Brings consistency to logger names.  All loggers now use the Python
    module name (__name__).
    111pontes committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    e86e845 View commit details
    Browse the repository at this point in the history
  6. Fix NETCONF disconnect log message

    Disconnect message doesn't show port as 'None' when the default port
    (830) is being used.  If port is left unspecified when the session is
    opened, logging doesn't try to specify the port explicitly when
    disconnecting.
    111pontes committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    f5c7bfb View commit details
    Browse the repository at this point in the history