mirror of
https://github.com/nextcloud/server.git
synced 2025-02-24 08:56:48 +00:00
fix(occ): hide sensitive data while config:app:set
in order to hide sensitive data from logs Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
This commit is contained in:
parent
09a50d4da4
commit
65698ff086
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class SetConfig extends Base {
|
|||
"<info>Config value '%s' for app '%s' is now set to '%s', stored as %s in %s</info>",
|
||||
$configName,
|
||||
$appName,
|
||||
$current['value'],
|
||||
$current['sensitive'] ? '<sensitive>' : $current['value'],
|
||||
$current['typeString'],
|
||||
$current['lazy'] ? 'lazy cache' : 'fast cache'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue