Skip to content

Journey v0.1.9

Compare
Choose a tag to compare
@kabukky kabukky released this 12 May 12:54
· 64 commits to master since this release
  • 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.