From 767e92bd53214ec1f9b52ffa769f0a88fbd91729 Mon Sep 17 00:00:00 2001 From: Alexey Prokhorov Date: Fri, 21 Jun 2024 08:47:55 +0500 Subject: [PATCH] feat(docs): Describe scope padding, closes #424 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e4bac0f..9335454 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,9 @@ userLog.info('message with user scope'); // Prints 12:12:21.962 (user) › message with user scope ``` +By default, scope labels are padded in logs. To disable it, set +`log.scope.labelPadding = false`. + ## Related - [electron-cfg](https://github.com/megahertz/electron-cfg) -