ethereum / sourcify

Decentralized Solidity contract source code verification service
https://sourcify.dev
MIT License
780 stars 395 forks source link

Log according to GCP severity format if running on GCP #1564

Closed kuzdogan closed 2 months ago

kuzdogan commented 2 months ago

Fixes #1559

kuzdogan commented 2 months ago

GCP has no "SILLY" unfortunately. But we barely use silly on deployments. This does not mean logger.silly entries will be printed when NODE_LOG_LEVEL=debug. Just logger.silly entries will appear "DEBUG" level when NODE_LOG_LEVEL=silly.