jasonmimick / atlas-osb

DEPRECATED: See https://github.com/mongodb/atlas-osb
https://github.com/mongodb/atlas-osb
Apache License 2.0
0 stars 2 forks source link

Error messages in the broker logs #43

Closed tanjoht closed 4 years ago

tanjoht commented 4 years ago

Many error messages appear in the broker app logs. They appear to be development log messages that should be cleaned up as they impair visibility of actual issues.

ie:

2020-07-18T12:03:19.01-0700 [APP/PROC/WEB/0] ERR {"level":"info","ts":1595098999.0169296,"caller":"app/main.go:111","msg":"Deducing catalog mode..."}2020-07-18T12:03:19.01-0700 [APP/PROC/WEB/0] ERR {"level":"info","ts":1595098999.0170126,"caller":"app/main.go:116","msg":"Trying Dynamic Plans..."}2020-07-18T12:03:19.01-0700 [APP/PROC/WEB/0] ERR {"level":"info","ts":1595098999.018685,"caller":"app/main.go:133","msg":"Selected Dynamic Plans"}2020-07-18T12:03:19.01-0700 [APP/PROC/WEB/0] ERR {"level":"info","ts":1595098999.0187364,"caller":"app/main.go:80","msg":"Deducing credentials source..."}2020-07-18T12:03:19.01-0700 [APP/PROC/WEB/0] ERR {"level":"info","ts":1595098999.0187774,"caller":"app/main.go:82","msg":"Trying Multi-Project credentials from env..."}2020-07-18T12:03:19.01-0700 [APP/PROC/WEB/0] ERR {"level":"info","ts":1595098999.0188284,"caller":"app/main.go:86","msg":"Rejected Multi-Project (env): not enabled by user"}2020-07-18T12:03:19.01-0700 [APP/PROC/WEB/0] ERR {"level":"info","ts":1595098999.0189154,"caller":"app/main.go:94","msg":"Trying Multi-Project credentials from CredHub..."}2020-07-18T12:03:19.01-0700 [APP/PROC/WEB/0] ERR {"level":"info","ts":1595098999.019159,"caller":"app/main.go:100","msg":"Selected Multi-Project (CredHub)"}2020-07-18T12:03:19.42-0700 [APP/PROC/WEB/0] ERR {"level":"info","ts":1595098999.4258745,"caller":"app/main.go:197","msg":"Creating

jasonmimick commented 4 years ago

Need to investigate if coming from cf-broker go library for exact source for "ERR"