deep logging not showing up
See original GitHub issueHello,
I tried to swap BBKNN over to the new logging, and while the timing aspect of it is functional, the deep
refuses to cooperate. I checked with sc.pp.neighbors()
just to make sure I’m not screwing things up massively, and it turns out that its deep also doesn’t work.

Any idea what’s going on here? I’m on python 3.6.7 on Bionic, jupyter 1.0.0, and all this:
scanpy==1.4.4 anndata==0.6.22.post1 umap==0.3.9 numpy==1.16.4 scipy==1.3.0 pandas==0.25.0 scikit-learn==0.21.2 statsmodels==0.10.1 python-igraph==0.7.1 louvain==0.6.1
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
logging.info doesn't show up on console but warn and error do
The root logger always defaults to WARNING level. Try calling logging.getLogger().setLevel(logging.INFO). and you should be fine.
Read more >Plugin logging not appearing - Craft CMS Stack Exchange
In a front-end "web" request, it'll go to web.log , but for the queue (regardless of how it's running), it goes in queue.log...
Read more >Logging HOWTO — Python 3.11.1 documentation
To display the date and time of an event, you would place '%(asctime)s' in your format string: import logging logging. basicConfig(format='%(asctime)s %( ...
Read more >INFO logs are getting lost #796 - DataDog/dd-trace-py - GitHub
We're trying out the new logs injection feature but it doesn't seem to be working all the time. ERROR level logs do seem...
Read more >Python Logging: In-Depth Tutorial - Toptal
The Python logging module comes with the standard library and provides basic logging features. By setting it up correctly, a log message can...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Can confirm everything’s operational now, so all’s well that ends well.
Np, sorry it took so long! I replied only to the fractional-seconds part before and missed your new comment 😿