From 8964d336c74b7f1d989ca8e0746974cced754ea3 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Tue, 28 Jul 2015 15:13:03 -0700 Subject: [PATCH] verbosity shows timestamps --- admin_manual/configuration_server/occ_command.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 90bb9af22..1a37d32d0 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -687,6 +687,18 @@ like this example on CentOS Linux. Note how it details the steps:: Update successful Turned off maintenance mode +Enabling verbosity displays timestamps: + +./occ upgrade -v +ownCloud or one of the apps require upgrade - only a limited number of commands are available +2015-06-23T09:06:15+0000 Turned on maintenance mode +2015-06-23T09:06:15+0000 Checked database schema update +2015-06-23T09:06:15+0000 Checked database schema update for apps +2015-06-23T09:06:15+0000 Updated database +2015-06-23T09:06:15+0000 Updated to 0.6.6 +2015-06-23T09:06:15+0000 Update successful +2015-06-23T09:06:15+0000 Turned off maintenance mode + If there is an error it throws an exception, and the error is detailed in your ownCloud logfile, so you can use the log output to figure out what went wrong, or to use in a bug report::