arcane-flask 2.2.0__tar.gz → 2.2.1__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: arcane-flask
3
- Version: 2.2.0
3
+ Version: 2.2.1
4
4
  Summary: Utility functions for flask apps.
5
5
  Author: Arcane
6
6
  Author-email: product@wearcane.com
@@ -201,5 +201,9 @@ def setup_logging(
201
201
  if not filter:
202
202
  filter = LabelFilter()
203
203
 
204
+
204
205
  root.addFilter(filter)
206
+ for handler in root.handlers:
207
+ handler.addFilter(filter)
208
+
205
209
  return root
@@ -1,7 +1,7 @@
1
1
  [tool.poetry]
2
2
  name = "arcane-flask"
3
3
 
4
- version = "2.2.0"
4
+ version = "2.2.1"
5
5
 
6
6
 
7
7
  description = "Utility functions for flask apps."
File without changes