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 activity log #37

Open
MasterZydra opened this issue Jul 20, 2021 · 0 comments
Open

Add activity log #37

MasterZydra opened this issue Jul 20, 2021 · 0 comments
Labels
enhancement New feature or request v2 Related to Version 2

Comments

@MasterZydra
Copy link
Owner

MasterZydra commented Jul 20, 2021

Add logging of user activities in file (one file per day) or database table.
After a defined time the old log files will be deleted (see #55 for Cron).

Log table:

  • Time stamp
  • Username
  • Type (Error, Warning, Info, User activity)
  • Message (Text)
    • Module (Plot, Invoice, ...)
    • Action (Edit, Add, Delete, ...)
    • Change as JSON?

As administrator there is a block in the administrator area where the files are listed and can be viewed.

@MasterZydra MasterZydra added the enhancement New feature or request label Jul 20, 2021
@MasterZydra MasterZydra added the v2 Related to Version 2 label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v2 Related to Version 2
Projects
None yet
Development

No branches or pull requests

1 participant