I'm working on the commandline branch. A simple example server such as the one below prints the typical snap startup info to stdout, and then the process immediately ends without writing anything to access.log or error.log:
main = quickServe (writeText "hello")
Steps to reproduce:
- git clone git@github.com:imalsogreg/snap
- cd snap
- git checkout origin/fallthrough
- git submodule update --init --recursive
- ./init-sandbox.sh
- cabal install --only-dep
- cabal build
- dist/build/demo/demo -p 8000