Skip to content

littlewhale-ego/LearnBack_end_with_request_login_python_basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Let me explain request logging in a simpler way using a real-world analogy.

Think of request logging like a security guard's logbook at a building entrance. Every time someone enters or leaves (like a request to your server), the guard writes down:

  1. WHO is visiting (the user/IP address)
  2. WHEN they visited (timestamp)
  3. WHAT they wanted (like GET or POST request)
  4. WHERE they went (which part of the API they accessed)
  5. HOW LONG they stayed (request duration)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages