mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-18 20:46:54 +00:00
Clean the WSGI and FastCGI files, include them in the source tarball (closes #569)
This commit is contained in:
parent
6e454afe1b
commit
fc6ef16253
3 changed files with 5 additions and 4 deletions
|
@ -28,9 +28,7 @@ from flup.server.fcgi import WSGIServer
|
|||
import radicale
|
||||
|
||||
|
||||
radicale.log.start(radicale.config.get("logging", "config"))
|
||||
radicale.log.start()
|
||||
radicale.log.LOGGER.info("Starting Radicale FastCGI server")
|
||||
|
||||
WSGIServer(radicale.Application()).run()
|
||||
|
||||
radicale.log.LOGGER.info("Stopping Radicale FastCGI server")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue