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

Add feature to view admin_audit log files #857

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 26, 2023

  1. Add feature to view admin_audit log files

    Add a LogFileProvider class that identifies the available log files
    It checks if the admin_audit app is enabled, and fetches it's logfile
    path.
    
    Additionally, add ability for user to select the file they want to
    view. The "Download logs" button now downloads the currently selected
    log file.
    
    Tested by enabling/disabling admin_audit app, toggling "Log file"
    
    Signed-off-by: Lakshaya Tohan <[email protected]>
    LakshayaTohan committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    0f53aba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ef6084 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Remove breaking line in LogController poll()

    Signed-off-by: Lakshaya Tohan <[email protected]>
    LakshayaTohan committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    0097212 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Fix $logfile argument to have default value

    This fixes an error: Optional parameter $levels declared before required parameter $logfile is implicitly treated as a required parameter
    
    Signed-off-by: Lakshaya Tohan <[email protected]>
    LakshayaTohan committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    1e7d347 View commit details
    Browse the repository at this point in the history