You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed: The log is no longer output to the log.txt file by default but instead to the console.
Added: -log command line option to set the file the log should be written to. After using this option, the log is no longer output to the console. Example usage: -log=path/to/log.txt
Added: -http-port command line option to override the port used for the HTTP server as set in the config.json. Example usage: -http-port=8080
Added: -https-port command line option to override the port used for the HTTPS server as set in the config.json. Example usage: -https-port=8081
Changed: The working directory is no longer automatically set to the Journey directory. For example, one could use -log=log.txt as a command line option to output the log to the log.txt file in the directory the command was executed in.