I have a small request. The font used to display Logs for a Cognite Function call in CDF is not monospaced. I (and I assume a lot of other developers as well) sometimes format logs with spaces to really make something clear.
The following is actual log messages from an ongoing project:
2024-10-09 06:27:37,785 - Config - INFO - Loading secrets from local environment variables.
2024-10-09 06:27:37,787 - deploy.py - INFO - Trigger Branch :
2024-10-09 06:27:37,787 - deploy.py - INFO - Target CDF tenant : Sandbox
2024-10-09 06:27:37,787 - deploy.py - INFO - Asset : Ula
2024-10-09 06:27:37,787 - deploy.py - INFO - Function Action Matrix : fwd-w
2024-10-09 06:27:37,788 - deploy.py - INFO - Log level : INFO
2024-10-09 06:27:37,788 - deploy.py - INFO - Multi-threading : False
2024-10-09 06:27:37,788 - deploy.py - INFO - Resetting time series : False
2024-10-09 06:27:37,788 - deploy.py - INFO - Backup before deploying : False
2024-10-09 06:27:37,788 - deploy.py - INFO - Refresh Power BI report : False
This will not render the way intended when the space is not monospaced. Perhaps the CDF developers could change the font to Courier? :)