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

Sync-up changes - Syslog support, '-plugins' json/yaml, python library to invoke PM #26

Open
wants to merge 3 commits into
base: v2
Choose a base branch
from

Commits on Jul 23, 2024

  1. Sync-up changes - Syslog support, '-plugins' json/yaml, python librar…

    …y to invoke PM (#24)
    
    Sync-up changes
    
    - Update default log location
    - Add syslog support
    - Add a python library to invoke plugin manager
    - Add '-plugins' option to specify plugins info as a json string or in a file in json/yaml format.
    - Add option for specifying Log Level; Generate log file inside specified dir.
    abhijithda authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0e754d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Move InitLogging to log utils (#28)

    * Move InitLogging to log utils so that it could be used in other modules like software update manager.
    * Create log-dir before running tests
    abhijithda authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7b87f98 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Capture run time of plugins; Allow overriding default log values via …

    …env (#27)
    
    Co-authored-by: Abhijith Dadaga Arkakeerthy <[email protected]>
    abhijithda and Abhijith Dadaga Arkakeerthy authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    f5a3a79 View commit details
    Browse the repository at this point in the history