Skip to content

Commit

Permalink
fix(js): resolve VerdaccioWarning: The configuration property "logs" …
Browse files Browse the repository at this point in the history
…has been deprecated; Replaced with "log"

Currently, the Verdaccio configuration generated by running "nx generate setup-verdaccio" contains
the deprecated "logs" property. I have updated this property to "log", thereby removing the
VerdaccioWarning that is displayed when running "nx local-registry"
  • Loading branch information
shaharkazaz committed Oct 2, 2024
1 parent 471536c commit 3cd67d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packages:
proxy: npmjs

# log settings
logs:
log:
type: stdout
format: pretty
level: warn
Expand Down

0 comments on commit 3cd67d5

Please sign in to comment.