Skip to content

Commit

Permalink
Set base message as unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Oct 31, 2024
1 parent 7485917 commit 58b671c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imio/fpaudit/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
from collective.fingerpointing.config import AUDIT_MESSAGE
from collective.fingerpointing.utils import get_request_information
from file_read_backwards import FileReadBackwards
from imio.fpaudit.interfaces import ILogsStorage
Expand All @@ -13,6 +12,7 @@


logger = logging.getLogger("imio.fpaudit")
AUDIT_MESSAGE = u'user={0} ip={1} action={2} {3}'


def fplog(log_id, action, extras):
Expand Down

0 comments on commit 58b671c

Please sign in to comment.