-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4102 from wkloucek/fix-logging-levels
fix logging levels and go micro default log level
- Loading branch information
Showing
3 changed files
with
54 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Bugfix: Fix logging levels | ||
|
||
We've fixed the configuration of logging levels. Previously it was not possible | ||
to configure a service with a more or less verbose log level then all other services | ||
when running in the supervised / runtime mode `ocis server`. | ||
|
||
For example `OCIS_LOG_LEVEL=error PROXY_LOG_LEVEL=debug ocis server` did not configure | ||
error logging for all services except the proxy, which should be on debug logging. This is now fixed | ||
and working properly. | ||
|
||
Also we fixed the format of go-micro logs to always default to error level. | ||
Previously this was only ensured in the supervised / runtime mode. | ||
|
||
https://github.com/owncloud/ocis/pull/4102 | ||
https://github.com/owncloud/ocis/issues/4089 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters