Skip to content

Commit

Permalink
Merge pull request #434 from reubenmiller/chore-fix-microservice-logl…
Browse files Browse the repository at this point in the history
…evel-typos

chore(microservice loglevels): fix typos
  • Loading branch information
reubenmiller authored Feb 16, 2025
2 parents b2ceaeb + bfdc1ac commit ed2978f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions api/spec/json/microservicesLoglevels.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{
"name": "get",
"description": "Get log level of microservice",
"descriptionLong": "Get configured log level for a package (incl. subpackages), or a specific class.\n(This only works for Spring Boot microservices based on Cumulocity Java Microservice SDK)\n",
"descriptionLong": "Get configured log level for a package (incl. sub-packages), or a specific class.\n(This only works for Spring Boot microservices based on Cumulocity Java Microservice SDK)\n",
"method": "GET",
"path": "/service/{name}/loggers/{loggerName}",
"accept": "application/json",
Expand Down Expand Up @@ -90,7 +90,7 @@
{
"name": "set",
"description": "Set log level of microservice",
"descriptionLong": "Set configured log level for a package (incl. subpackages), or a specific class.\n(This only works for Spring Boot microservices based on Cumulocity Java Microservice SDK)\n",
"descriptionLong": "Set configured log level for a package (incl. sub-packages), or a specific class.\n(This only works for Spring Boot microservices based on Cumulocity Java Microservice SDK)\n",
"method": "POST",
"path": "/service/{name}/loggers/{loggerName}",
"accept": "application/json",
Expand Down Expand Up @@ -155,7 +155,7 @@
{
"name": "delete",
"description": "Delete configured log level of microservice",
"descriptionLong": "Delete configured log level for a package (incl. subpackages), or a specific class.\nThis resets its value to the default log level.\n(This only works for Spring Boot microservices based on Cumulocity Java Microservice SDK)\n",
"descriptionLong": "Delete configured log level for a package (incl. sub-packages), or a specific class.\nThis resets its value to the default log level.\n(This only works for Spring Boot microservices based on Cumulocity Java Microservice SDK)\n",
"method": "POST",
"path": "/service/{name}/loggers/{loggerName}",
"accept": "application/json",
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/microservices/loglevels/delete/delete.auto.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/cmd/microservices/loglevels/get/get.auto.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/cmd/microservices/loglevels/set/set.auto.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/PSc8y/Public/Get-MicroserviceLogLevel.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Function Get-MicroserviceLogLevel {
Get log level of microservice
.DESCRIPTION
Get configured log level for a package (incl. subpackages), or a specific class.
Get configured log level for a package (incl. sub-packages), or a specific class.
(This only works for Spring Boot microservices based on Cumulocity Java Microservice SDK)
Expand Down
2 changes: 1 addition & 1 deletion tools/PSc8y/Public/Remove-MicroserviceLogLevel.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Function Remove-MicroserviceLogLevel {
Delete configured log level of microservice
.DESCRIPTION
Delete configured log level for a package (incl. subpackages), or a specific class.
Delete configured log level for a package (incl. sub-packages), or a specific class.
This resets its value to the default log level.
(This only works for Spring Boot microservices based on Cumulocity Java Microservice SDK)
Expand Down
2 changes: 1 addition & 1 deletion tools/PSc8y/Public/Set-MicroserviceLogLevel.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Function Set-MicroserviceLogLevel {
Set log level of microservice
.DESCRIPTION
Set configured log level for a package (incl. subpackages), or a specific class.
Set configured log level for a package (incl. sub-packages), or a specific class.
(This only works for Spring Boot microservices based on Cumulocity Java Microservice SDK)
Expand Down

0 comments on commit ed2978f

Please sign in to comment.