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

feat: Allow to show logs of all logging types by proxying messages #1041

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

Commits on Nov 11, 2023

  1. feat: Allow to show all log types by adding an internal log file for …

    …non-file based loggers
    
    Also no longer provide the "enabled" setting as now all log types are supported
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    9375927 View commit details
    Browse the repository at this point in the history
  2. feat: Rotate internal log file

    Decided to rotate instead of truncate for future use with possible feature that also supports reading the rotated log file.
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    5e68cff View commit details
    Browse the repository at this point in the history
  3. fix: Adjust psalm stubs

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    5faf442 View commit details
    Browse the repository at this point in the history
  4. chore: Compile assets

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    ea032e8 View commit details
    Browse the repository at this point in the history