Skip to content

Commit

Permalink
logger: fix typo in method
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Dec 27, 2023
1 parent 57097f4 commit b89ebd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automon/log/attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def funcName(self):
self._log_pattern.append('%(funcName)s')
return self

def funcName_and_levelno(self):
def funcName_and_lineno(self):
self._log_pattern.append('%(funcName)s:%(lineno)s')
return self

Expand Down

0 comments on commit b89ebd1

Please sign in to comment.