festo-python-logging 0.0.9__tar.gz → 0.0.10__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: festo-python-logging
3
- Version: 0.0.9
3
+ Version: 0.0.10
4
4
  Summary: Convenience function to configure python logging.
5
5
  License: Proprietary
6
6
  Author: Charles Wilmot
@@ -19,7 +19,7 @@ class AlignedFormatter(logging.Formatter):
19
19
  separator_2 = "│"
20
20
 
21
21
  # Compute available width for message text
22
- terminal_width = shutil.get_terminal_size((80, 20)).columns
22
+ terminal_width = shutil.get_terminal_size((160, 20)).columns
23
23
 
24
24
  right_padded_record_name = f"{record.name:>{self._max_record_name_length}.{self._max_record_name_length}}"
25
25
  prefix = (
@@ -5,7 +5,7 @@ build-backend = "poetry_dynamic_versioning.backend"
5
5
 
6
6
  [tool.poetry]
7
7
  name = "festo-python-logging"
8
- version = "0.0.9"
8
+ version = "0.0.10"
9
9
  license = "Proprietary"
10
10
  authors = [
11
11
  "Charles Wilmot <charles.wilmot@festo.com>",