old_01
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import logging
|
||||
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
def log_action(user_id, action):
|
||||
logging.info(f"User {user_id} performed action: {action}")
|
||||
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