Skip to content

v1.1

Compare
Choose a tag to compare
@itismadness itismadness released this 22 Oct 22:37
  • Move to spdlog (https://github.com/gabime/spdlog)to handle logging instead of cout, spdlog is vendored under src/, currently using v0.13.0
  • Add logging directive to config to configure how Ocelot logs and where it logs
  • Add deamon (--daemon, -d) to run Ocelot as a daemon
  • Move source code into src/ directory
  • Add Vagrantfile and Dockerfile for running Ocelot