You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/11/27 18:08:42 UTC

[cordova-paramedic] 04/05: output where logfiles are written to

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-misc
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit aea5e1ef53f851106f8194669ecd36d7bef92b0d
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue Nov 27 19:07:58 2018 +0100

    output where logfiles are written to
---
 lib/ParamedicLog.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/ParamedicLog.js b/lib/ParamedicLog.js
index 1f33173..0cb159b 100644
--- a/lib/ParamedicLog.js
+++ b/lib/ParamedicLog.js
@@ -93,6 +93,7 @@ ParamedicLog.prototype.generateLogs = function (logCommand) {
 
     try {
         fs.writeFileSync(logFile, result.output);
+        logger.info('Logfiles written to ' + logFile);
     } catch (ex) {
         logger.error('Cannot write the log results to the file. ' + ex);
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org