diff --git a/lib/forever.js b/lib/forever.js index a44aa03b..0c0bac0d 100755 --- a/lib/forever.js +++ b/lib/forever.js @@ -451,6 +451,7 @@ forever.startDaemon = function (script, options) { var monitor, outFD, errFD, monitorPath; + forever.log.info('uid for process -->',options.uid); // // This log file is forever's log file - the user's outFile and errFile // options are not taken into account here. This will be an aggregate of all