changeset 2109:00dc570c3ba1

logging
author drewp@bigasterisk.com
date Thu, 02 Jun 2022 18:49:45 +0000
parents e92db17f3e7e
children 13d1fc32125b
files bin/rdfdb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/rdfdb	Wed Jun 01 17:02:46 2022 -0700
+++ b/bin/rdfdb	Thu Jun 02 18:49:45 2022 +0000
@@ -1,4 +1,4 @@
 #!/bin/zsh
 #pnpx vite -c light9/ascoltami/vite.config.ts &
-pdm run uvicorn --port 8209 light9.rdfdb_setup:app
+pdm run uvicorn --port 8209 light9.rdfdb_setup:app --no-access-log
 wait