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
|
||||
- API Docs: https://financialmodelingprep.com/developer/docs
|
||||
|
||||
### Marketdata.App
|
||||
- Pricing: https://www.marketdata.app/
|
||||
|
||||
### ThetaData
|
||||
- https://www.thetadata.net/subscribe
|
||||
|
||||
## Additional Resources
|
||||
- **Marketstack**: https://marketstack.com/
|
||||
|
|
|
|||
|
|
@ -53,8 +53,8 @@ function createDestination(
|
|||
colorize: true,
|
||||
translateTime: 'yyyy-mm-dd HH:MM:ss.l',
|
||||
messageFormat: '[{service}{childName}] {msg}',
|
||||
singleLine: true,
|
||||
hideObject: false,
|
||||
singleLine: false, // This was causing logs to be on one line
|
||||
hideObject: true, // Hide metadata objects
|
||||
ignore: 'pid,hostname,service,environment,version,childName',
|
||||
errorLikeObjectKeys: ['err', 'error'],
|
||||
errorProps: 'message,stack,name,code',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue