summaryrefslogtreecommitdiff
path: root/Rocket.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Rocket.toml')
-rw-r--r--Rocket.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rocket.toml b/Rocket.toml
index b8aec95..9037d62 100644
--- a/Rocket.toml
+++ b/Rocket.toml
@@ -3,7 +3,7 @@ address = "localhost"
port = 8008
#workers = [number of cpus * 2]
keep_alive = 5
-log = "verbose"
+log = "debug"
#secret_key = [randomly generated at launch]
limits = { forms = 32768 }