plain.dev 0.7.5__py3-none-any.whl → 0.7.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
plain/dev/cli.py CHANGED
@@ -230,7 +230,7 @@ class Dev:
230
230
  "-",
231
231
  *reload_extra.split(),
232
232
  "--access-logformat",
233
- "'\"%(r)s\" status=%(s)s length=%(b)s dur=%(M)sms'",
233
+ "'\"%(r)s\" status=%(s)s length=%(b)s time=%(M)sms'",
234
234
  "--log-config-json",
235
235
  str(Path(__file__).parent / "gunicorn_logging.json"),
236
236
  ]
@@ -13,7 +13,7 @@
13
13
  "handlers": [
14
14
  "error_console"
15
15
  ],
16
- "propagate": true,
16
+ "propagate": false,
17
17
  "qualname": "gunicorn.error"
18
18
  },
19
19
  "gunicorn.access": {
@@ -21,7 +21,7 @@
21
21
  "handlers": [
22
22
  "console"
23
23
  ],
24
- "propagate": true,
24
+ "propagate": false,
25
25
  "qualname": "gunicorn.access"
26
26
  }
27
27
  },
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: plain.dev
3
- Version: 0.7.5
3
+ Version: 0.7.6
4
4
  Summary: Local development tools for Plain.
5
5
  Home-page: https://plainframework.com
6
6
  License: BSD-3-Clause
@@ -1,6 +1,6 @@
1
1
  plain/dev/README.md,sha256=BQDaRKfsafIPzx7vtVt-zS-a8l6sxbQThhQTvu7tp3Y,3699
2
2
  plain/dev/__init__.py,sha256=C1JrkNE5XX2DLgBXXLAV_UyhofwVd0ZPL59fPUMbOKo,139
3
- plain/dev/cli.py,sha256=ips-OUVtGzVuWnxCJkmn-I6OG71fO7uz8sIItZGC3gY,9315
3
+ plain/dev/cli.py,sha256=nu6-2UAe_Z0_J8_pDx96UjYco2Zuls0h8MG6Pg965lM,9316
4
4
  plain/dev/config.py,sha256=h6o5YZtJhg-cFIWoqIDWuMCC5T09cxEsBaa3BP4Nii0,632
5
5
  plain/dev/contribute/__init__.py,sha256=9ByBOIdM8DebChjNz-RH2atdz4vWe8somlwNEsbhwh4,40
6
6
  plain/dev/contribute/cli.py,sha256=qZ7YmE_upbw-Y5NRpvaHnJTPp9kvn21fPQ7G0n1LAkg,2277
@@ -9,7 +9,7 @@ plain/dev/db/cli.py,sha256=058HjRKLGz-FxauQEpwsPoh_LCiy-_NEIpRZl9W1ZKM,2855
9
9
  plain/dev/db/container.py,sha256=RlPJU_CCMKA-zN8Kp0sYAu3jabOizxYAj8fSCsjCf60,5147
10
10
  plain/dev/debug.py,sha256=fIrecLfAK_lXSDyn3WmYikzZSse3KY47xcVVbZqJGhk,294
11
11
  plain/dev/default_settings.py,sha256=uXWYORWP_aRDwXIFXdu5kHyiBFUZzARIJdhPeFaX35c,75
12
- plain/dev/gunicorn_logging.json,sha256=ReoMdMAIvbLYhjasjnKXuNp51pmHZBy007X2zmlyxAQ,1111
12
+ plain/dev/gunicorn_logging.json,sha256=yU23jzs5G4YGdDWBNiyAc3KypR4HirR6afIkD7w6DhU,1113
13
13
  plain/dev/mkcert.py,sha256=u284XXQeTgwSkKKh0gMrYpnNGdd9OOUJKLQAXcvGnr4,3459
14
14
  plain/dev/pid.py,sha256=gRMBf7aGndrra1TnmKtPghTijnd0i0Xeo63mzfPWp7M,436
15
15
  plain/dev/poncho/__init__.py,sha256=MDOk2rhhoR3V-I-rg6tMHFeX60vTGJuQ14RI-_N6tQY,97
@@ -26,8 +26,8 @@ plain/dev/templates/dev/requests.html,sha256=kQKJZq5L77juuL_t8UjcAehEU61U4RXNnKa
26
26
  plain/dev/urls.py,sha256=b4NL2I6Ok-t7nTPjRnKoz_LQRttE3_mp8l2NlmeYQ9I,146
27
27
  plain/dev/utils.py,sha256=4wMzpvj1Is_c0QxhsTu34_P9wAYlzw4glNPfVtZr_0A,123
28
28
  plain/dev/views.py,sha256=r2Ivk7OXytpRhXq4DZpsb7FXNP9vzmEE3D5kLajYG4w,1073
29
- plain_dev-0.7.5.dist-info/LICENSE,sha256=YDg-l_Rj7LVP5uDXy04eQPGb_DYVXAHAHYd9r3pU1Cg,2713
30
- plain_dev-0.7.5.dist-info/METADATA,sha256=trgDxXgMGCeQA6BCkurCmGD9Nrns8PVJll9E9R7J1Rc,4675
31
- plain_dev-0.7.5.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
32
- plain_dev-0.7.5.dist-info/entry_points.txt,sha256=rBo-S4THn07f55UwHBuUhIbDhlUq3EzTOD8mIb5fGQg,99
33
- plain_dev-0.7.5.dist-info/RECORD,,
29
+ plain_dev-0.7.6.dist-info/LICENSE,sha256=YDg-l_Rj7LVP5uDXy04eQPGb_DYVXAHAHYd9r3pU1Cg,2713
30
+ plain_dev-0.7.6.dist-info/METADATA,sha256=8gfoxD_uk5E-EEJInuGxICSaPa1oZ07mLew3TNJrr5M,4675
31
+ plain_dev-0.7.6.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
32
+ plain_dev-0.7.6.dist-info/entry_points.txt,sha256=rBo-S4THn07f55UwHBuUhIbDhlUq3EzTOD8mIb5fGQg,99
33
+ plain_dev-0.7.6.dist-info/RECORD,,