Skip to content

Commit 1048696

Browse files
committed
Have the identifier box on the left of the log message
Signed-off-by: Vincent Michel <vincent.michel@vates.tech>
1 parent a8b854a commit 1048696

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def make_ssh_result_renderer(
112112
)
113113

114114

115-
def make_pretty_renderer_processor(left_identifier: bool = False) -> structlog.typing.Processor:
115+
def make_pretty_renderer_processor(left_identifier: bool = True) -> structlog.typing.Processor:
116116
pad_event_to = 0 if left_identifier else 40
117117

118118
# Default renderer

0 commit comments

Comments
 (0)