• Allan Bogh's avatar
    Update clearConsole.js · bc0801b2
    Allan Bogh authored
    Add DISABLE_CLEAR_CONSOLE environment variable to allow developers to disable the clearing of the console during app startup. Useful if running multiple services at the same time and one service fails during startup. 
    
    Suggested usage in package.json: `DISABLE_CLEAR_CONSOLE=true npm start`
    
    Note: this variable will prevent any usage of clearConsole.
    
    ref #611
    bc0801b2