Skip to content

Commit

Permalink
chore: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza committed Jul 31, 2020
1 parent 94116ae commit f04ce5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/utils/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_logger(module, with_more_info=False, allow_site=True, filter=None, max_s
with_more_info (bool, optional): Will log the form dict using the SiteContextFilter. Defaults to False.
allow_site ((str, bool), optional): Pass site name to explicitly log under it's logs. If True and unspecified, guesses which site the logs would be saved under. Defaults to True.
filter (function, optional): Add a filter function for your logger. Defaults to None.
max_size (int, optional): Max file size of each log file in kB. Defaults to 100_000.
max_size (int, optional): Max file size of each log file in bytes. Defaults to 100_000.
file_count (int, optional): Max count of log files to be retained via Log Rotation. Defaults to 20.
Returns:
Expand Down

0 comments on commit f04ce5d

Please sign in to comment.