fixed up logger and added more data-sources to md
This commit is contained in:
parent
20b7180a43
commit
917f91715a
2 changed files with 7 additions and 2 deletions
|
|
@ -32,6 +32,11 @@
|
||||||
- Pricing: https://site.financialmodelingprep.com/developer/docs/pricing
|
- Pricing: https://site.financialmodelingprep.com/developer/docs/pricing
|
||||||
- API Docs: https://financialmodelingprep.com/developer/docs
|
- API Docs: https://financialmodelingprep.com/developer/docs
|
||||||
|
|
||||||
|
### Marketdata.App
|
||||||
|
- Pricing: https://www.marketdata.app/
|
||||||
|
|
||||||
|
### ThetaData
|
||||||
|
- https://www.thetadata.net/subscribe
|
||||||
|
|
||||||
## Additional Resources
|
## Additional Resources
|
||||||
- **Marketstack**: https://marketstack.com/
|
- **Marketstack**: https://marketstack.com/
|
||||||
|
|
|
||||||
|
|
@ -53,8 +53,8 @@ function createDestination(
|
||||||
colorize: true,
|
colorize: true,
|
||||||
translateTime: 'yyyy-mm-dd HH:MM:ss.l',
|
translateTime: 'yyyy-mm-dd HH:MM:ss.l',
|
||||||
messageFormat: '[{service}{childName}] {msg}',
|
messageFormat: '[{service}{childName}] {msg}',
|
||||||
singleLine: true,
|
singleLine: false, // This was causing logs to be on one line
|
||||||
hideObject: false,
|
hideObject: true, // Hide metadata objects
|
||||||
ignore: 'pid,hostname,service,environment,version,childName',
|
ignore: 'pid,hostname,service,environment,version,childName',
|
||||||
errorLikeObjectKeys: ['err', 'error'],
|
errorLikeObjectKeys: ['err', 'error'],
|
||||||
errorProps: 'message,stack,name,code',
|
errorProps: 'message,stack,name,code',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue