old
This commit is contained in:
6
doners/old_2/logger.py
Normal file
6
doners/old_2/logger.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import logging
|
||||
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
def log_action(user_id, action):
|
||||
logging.info(f"User {user_id} performed action: {action}")
|
||||
Reference in New Issue
Block a user