mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-08 21:30:07 -06:00
add changelog
This commit is contained in:
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
@@ -12,9 +12,9 @@
|
||||
],
|
||||
"env": {
|
||||
// log settings for human developers
|
||||
"OCIS_LOG_LEVEL": "debug",
|
||||
"OCIS_LOG_PRETTY": "true",
|
||||
"OCIS_LOG_COLOR": "true",
|
||||
//"OCIS_LOG_LEVEL": "debug",
|
||||
//"OCIS_LOG_PRETTY": "true",
|
||||
//"OCIS_LOG_COLOR": "true",
|
||||
// enable basic auth for dev setup so that we can use curl for testing
|
||||
"PROXY_ENABLE_BASIC_AUTH": "true",
|
||||
// set insecure options because we don't have valid certificates in dev environments
|
||||
|
||||
5
changelog/unreleased/change-default-log-level.md
Normal file
5
changelog/unreleased/change-default-log-level.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Change: change log level default from debug to error
|
||||
|
||||
We've changed the default log level for all services from "default" to "error".
|
||||
|
||||
https://github.com/owncloud/ocis/pull/3071
|
||||
Reference in New Issue
Block a user