Skip to content

Instantly share code, notes, and snippets.

View cyrilmarceau's full-sized avatar

Cyril Marceau cyrilmarceau

  • Saint-Fargeau-Ponthierry
View GitHub Profile
@liviaerxin
liviaerxin / README.md
Last active August 18, 2025 11:05
FastAPI and Uvicorn Logging #python #fastapi #uvicorn #logging

FastAPI and Uvicorn Logging

When running FastAPI app, all the logs in console are from Uvicorn and they do not have timestamp and other useful information. As Uvicorn applies python logging module, we can override Uvicorn logging formatter by applying a new logging configuration.

Meanwhile, it's able to unify the your endpoints logging with the Uvicorn logging by configuring all of them in the config file log_conf.yaml.

Before overriding:

uvicorn main:app --reload
@jonlabelle
jonlabelle / ldap_search_filter_cheatsheet.md
Last active August 9, 2025 12:18
LDAP Search Filter Cheatsheet
@Pulimet
Pulimet / AdbCommands
Last active August 18, 2025 01:14
Adb useful commands list
Hi All!
I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future.
Feel free to request any features you'd like to see, and I'll prioritize them accordingly.
One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it.
Here's the link to the repository: https://github.com/Pulimet/ADBugger
App Description:
ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups.