Commit 21f6017
committed
downgrady to pymongo<4.7
I don't want to wade through all of our logging code right now.
The pymongo 4.7.0 changelog entry says:
> Added support for Python’s native logging library, enabling developers
> to customize the verbosity of log messages for their applications.
> Please see Logging for more information.
And the Logging doc says:
> Starting in 4.8, PyMongo supports Python’s native logging library,
> enabling developers to customize the verbosity of log messages for
> their applications.
https://pymongo.readthedocs.io/en/stable/examples/logging.html
But, we currently have logic in these places that enable DEBUG logs
for integration tests and local development, and the now-enabled DEBUG
pymongo logs are too overwhelming to deal with right now.
- conf/st2.dev.conf [system].debug = True
- st2common/st2common/service_setup.py
- st2common/st2common/logging/misc.py
- st2common/st2common/util/debugging.py
Here's the lockfile diff:
Lockfile diff: lockfiles/st2.lock [st2]
== !! Downgraded dependencies !! ==
pymongo 4.9.1 --> 4.6.31 parent ed99474 commit 21f6017
File tree
8 files changed
+114
-60
lines changed- lockfiles
- st2api
- st2auth
- st2common
- st2stream
8 files changed
+114
-60
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | | - | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
0 commit comments