plain.dev 0.38.0__py3-none-any.whl → 0.39.0__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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # plain-dev changelog
2
2
 
3
+ ## [0.39.0](https://github.com/dropseed/plain/releases/plain-dev@0.39.0) (2025-09-30)
4
+
5
+ ### What's changed
6
+
7
+ - The `plain dev` command now sets both `PLAIN_LOG_LEVEL` and `PLAIN_FRAMEWORK_LOG_LEVEL` environment variables when a log level is specified, replacing the previous `APP_LOG_LEVEL` setting ([4c5f216](https://github.com/dropseed/plain/commit/4c5f2166c1))
8
+
9
+ ### Upgrade instructions
10
+
11
+ - No changes required
12
+
3
13
  ## [0.38.0](https://github.com/dropseed/plain/releases/plain-dev@0.38.0) (2025-09-30)
4
14
 
5
15
  ### What's changed
plain/dev/core.py CHANGED
@@ -70,8 +70,8 @@ class DevProcess(ProcessManager):
70
70
  }
71
71
 
72
72
  if log_level:
73
+ self.plain_env["PLAIN_FRAMEWORK_LOG_LEVEL"] = log_level.upper()
73
74
  self.plain_env["PLAIN_LOG_LEVEL"] = log_level.upper()
74
- self.plain_env["APP_LOG_LEVEL"] = log_level.upper()
75
75
 
76
76
  self.custom_process_env = {
77
77
  **self.plain_env,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plain.dev
3
- Version: 0.38.0
3
+ Version: 0.39.0
4
4
  Summary: A single command that runs everything you need for local development.
5
5
  Author-email: Dave Gaeddert <dave.gaeddert@dropseed.dev>
6
6
  License-Expression: BSD-3-Clause
@@ -1,10 +1,10 @@
1
1
  plain/dev/AGENTS.md,sha256=WOrdXNog-K3tXm1D_f6ZyyXi_amBGQ2gviKGaW8qtxA,101
2
- plain/dev/CHANGELOG.md,sha256=sRZlqy0Azg4eaxkGkpKJnHNjXr6_qfXj5Q1mevPpYA4,6377
2
+ plain/dev/CHANGELOG.md,sha256=rPVPfp2s_EqcC5fv8DLOMM4THYXx33Nb_DhUip7SvYg,6789
3
3
  plain/dev/README.md,sha256=wsDVPGfvVG1k3CTf-SsGnzvHukhKrwRMgThYHMpdXSc,4802
4
4
  plain/dev/__init__.py,sha256=9ByBOIdM8DebChjNz-RH2atdz4vWe8somlwNEsbhwh4,40
5
5
  plain/dev/alias.py,sha256=LWG01nUzu_4FFwg0jAVie7fwEwOiZD_6Q3xs7Krmjoo,4944
6
6
  plain/dev/cli.py,sha256=HbN1Lc7Wfs5JC1iKUyIqin2m9UF0Iyirg4b4JLXBbOo,8501
7
- plain/dev/core.py,sha256=OX5tUez2ac2q3ha9ylgU5y44USJc9mkn11J6o5AozXk,11496
7
+ plain/dev/core.py,sha256=TNSvZaMTbw7p1Yp_wsALOnnNONZO2sonfiWz8-447tk,11508
8
8
  plain/dev/debug.py,sha256=Ka84K8zUdF0kMYNyqiLYDrdzU1jU8LSOkts3hcw_Gok,1005
9
9
  plain/dev/default_settings.py,sha256=uXWYORWP_aRDwXIFXdu5kHyiBFUZzARIJdhPeFaX35c,75
10
10
  plain/dev/entrypoints.py,sha256=diqNwA6eydUMtoO7p_rH-DtSYsw5-GBmjFe1Z5bHagc,579
@@ -25,8 +25,8 @@ plain/dev/poncho/printer.py,sha256=1LhaQx55ujxmo-SSwQtzsh0bO6HL5q2_kiA0jLWEB-o,2
25
25
  plain/dev/poncho/process.py,sha256=JJOKy-C6vMCg7-6JMCtu6C649h7HmOBSJqDP_hnX49I,2637
26
26
  plain/dev/precommit/__init__.py,sha256=9ByBOIdM8DebChjNz-RH2atdz4vWe8somlwNEsbhwh4,40
27
27
  plain/dev/precommit/cli.py,sha256=eAqe7rQGKJRbsICLrAabvNtRyTmWHkRo8XDo7I1DTkc,3285
28
- plain_dev-0.38.0.dist-info/METADATA,sha256=XqQi4Cl9wkiOgaMEA1MpVmKbsS_yGthrhbZhPP8YUmA,5304
29
- plain_dev-0.38.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
30
- plain_dev-0.38.0.dist-info/entry_points.txt,sha256=zrcTOiFk_MLKsnYVlwVP7aMm1XLEqq7w4EBkJ-3ge-g,114
31
- plain_dev-0.38.0.dist-info/licenses/LICENSE,sha256=Cx4Dq9yR2fLHthf8Ke36B8QJvE1bZFXVzDIGE8wGzsY,4132
32
- plain_dev-0.38.0.dist-info/RECORD,,
28
+ plain_dev-0.39.0.dist-info/METADATA,sha256=INSm-z2jH8AGVmbGU-rYwj4kf3y-fcrEUEnfRWmXpEc,5304
29
+ plain_dev-0.39.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
30
+ plain_dev-0.39.0.dist-info/entry_points.txt,sha256=zrcTOiFk_MLKsnYVlwVP7aMm1XLEqq7w4EBkJ-3ge-g,114
31
+ plain_dev-0.39.0.dist-info/licenses/LICENSE,sha256=Cx4Dq9yR2fLHthf8Ke36B8QJvE1bZFXVzDIGE8wGzsY,4132
32
+ plain_dev-0.39.0.dist-info/RECORD,,