Add a logger. Why not?
Left over from a refactor, may as well leave it.
This commit is contained in:
parent
ba1e2c905e
commit
afb4167887
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ from djangobb_forum.util import build_form, paginate, set_language, smiles, conv
|
|||
|
||||
from lib.utils import get_client_ip
|
||||
|
||||
import logging
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def simple_user_agent(request):
|
||||
"""
|
||||
|
|
Reference in a new issue