Skip to content

Commit

Permalink
feat: add logging link to errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Tam committed Aug 27, 2024
1 parent ccf27b7 commit cdd51c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/seven-dolphins-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'style-dictionary': patch
---

Added link to logging documentation inside all of the warnings and errors that refer to verbosity.
2 changes: 1 addition & 1 deletion lib/utils/groupMessages.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* and limitations under the License.
*/

export const verbosityInfo = `Use log.verbosity "verbose" or use CLI option --verbose for more details.`;
export const verbosityInfo = `Use log.verbosity "verbose" or use CLI option --verbose for more details.\nRefer to: https://styledictionary.com/reference/logging/`;

export class GroupMessages {
constructor() {
Expand Down

0 comments on commit cdd51c0

Please sign in to comment.