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 #476

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 28, 2021

  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 and disabling the admin_audit app
    
    TODO: Update the commands to also use the chosen logfile
    
    Fixes: #318
    Signed-off-by: Abijeet <[email protected]>
    Abijeet committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    bc87408 View commit details
    Browse the repository at this point in the history