ui5-community / ui5-ecosystem-showcase

A repository showcasing the UI5 tooling extensibility to combine OSS tools for UI5 application development.
https://ui5-community.github.io/ui5-ecosystem-showcase/
Other
194 stars 94 forks source link

feat(cds-plugin-ui5): use CAP logging, custom formatter using colors, allow log levels #1067

Closed petermuessig closed 3 months ago

petermuessig commented 3 months ago

Supports setting log levels to filter log messages:

"cds": {
  "log": {
    "levels": {
      "cds-plugin-ui5": "warn"
    }
  }
}
petermuessig commented 3 months ago

@schiwekM if you are OK with my changes to the PR, we can go ahead and merge and release

petermuessig commented 3 months ago

The package has no tests yet. Besides my test apps in the showcases there is no auto validation for it. Would be a nice feature to add...

petermuessig commented 3 months ago

I'll merge this change now - and the tests can be done separately.

petermuessig commented 3 months ago

Release of 0.10.0 is in progress