-
-
Notifications
You must be signed in to change notification settings - Fork 5k
maintenance:mode produces a warning despite --quiet #8399
Copy link
Copy link
Closed
Labels
feature: install and updategood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.papercutAnnoying recurring UX issue with possibly simple fix.Annoying recurring UX issue with possibly simple fix.
Milestone
Metadata
Metadata
Assignees
Labels
feature: install and updategood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.papercutAnnoying recurring UX issue with possibly simple fix.Annoying recurring UX issue with possibly simple fix.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Steps to reproduce
$ php occ maintenance:mode --on --quiet$ php occ maintenance:mode --off --quietExpected behaviour
Maintenance mode is enabled and disabled. No output is produced unless a fatal error occurs.
Actual behaviour
$ php occ maintenance:mode --off --quiet Nextcloud is in maintenance mode - no apps have been loadedThe message is printed regardless of
--quietand--no-warnings.This seems like an easily reproducible issue, so I'll take the liberty of omitting further details about my setup.