Skip to content

Commit

Permalink
BREAKING: merge_logs is now activated by default if not in cluster mo…
Browse files Browse the repository at this point in the history
…de. Logs will not be suffixed by the pm_id if only one app is started
  • Loading branch information
Unitech committed May 27, 2018
1 parent af60e99 commit ae02adf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Common.js
Expand Up @@ -639,6 +639,9 @@ Common.verifyConfs = function(appConfs){
// Check Exec mode
checkExecMode(app);

if (app.exec_mode != 'cluster_mode' && !app.instances)
app.merge_logs = true;

// Render an app name if not existing.
prepareAppName(app);

Expand Down

0 comments on commit ae02adf

Please sign in to comment.