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(occ): Add a --debug option to output all log levels to the output #46115

Merged
merged 4 commits into from
Jul 8, 2024

Commits on Jul 2, 2024

  1. feat(occ): Add a --debug option to output all log levels to the output

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2ba0819 View commit details
    Browse the repository at this point in the history
  2. fix(occ): Move debug log listener setup to a static method, add optio…

    …n for level
    
    Also changed option from --debug to --debug-log to avoid conflicts
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9baf8fe View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. feat: Add reserved options in a new OCP class so that applications kn…

    …ow about them
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    612088b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. fix(occ): Use the const instead of hardcoded string for --debug-log o…

    …ption
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    5b9966f View commit details
    Browse the repository at this point in the history