fixed up logger and added more data-sources to md

This commit is contained in:
Boki 2025-06-20 21:55:00 -04:00
parent 20b7180a43
commit 917f91715a
2 changed files with 7 additions and 2 deletions

View file

@ -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/

View file

@ -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',