Skip to content

Commit f2381c6

Browse files
committed
Update Rocket.toml
1 parent 3d15fba commit f2381c6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Rocket.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
[debug]
22
address = "127.0.0.1"
33
port = 8000
4-
log = "normal"
4+
log_level = "normal"
55

66
[release]
77
address = "0.0.0.0"
88
port = 80
9-
log = "critical"
9+
log_level = "critical"
1010

1111
[global]
1212
limits = { forms = 32768 }
1313
keep_alive = 5
14-
read_timeout = 5
15-
write_timeout = 5

0 commit comments

Comments
 (0)