Skip to content

Commit

Permalink
defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
karaposu committed Oct 24, 2024
1 parent 833c826 commit 75e2d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion indented_logger/logging_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .formatter import IndentFormatter

def setup_logging(level=logging.DEBUG, log_file=None, include_func=False, include_module=False,
func_module_format=None, truncate_messages=False, min_func_name_col=80,
func_module_format=None, truncate_messages=False, min_func_name_col=120,
indent_modules=False, indent_packages=False, indent_spaces=4, datefmt=None,
debug=False):
# Create the formatter with the new parameters
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='indented_logger', # Package name
version='0.2.9', # Version of your package
version='0.3.0', # Version of your package
author='Enes Kuzucu', # Your name

description='A module to use common logger module with indentation support ', # Short description
Expand Down

0 comments on commit 75e2d77

Please sign in to comment.