BuildOnViction / infrastructure

🏗 TomoChain internal infrastructure
18 stars 11 forks source link

TomoMaster Logs Format #105

Closed thanhson1085 closed 5 years ago

thanhson1085 commented 5 years ago

Log message examples: INFO: Update signers after sleeping 10 seconds INFO: 0xf99805B536609cC03AcBB2604dFaC11E9E54a448 sign block 231026 with tx 0x8f986c4a5d444ae61e9f580087b9d97db84fa5f764f586a5c3beecc03c0cf9b9

So we should extract log level (INFO, DEBUG, WARN, ERROR ...) from the message

etienne-napoleone commented 5 years ago

Yep will to :+1:

etienne-napoleone commented 5 years ago

I don't see the log level on them messages from the crawler for example: screenshot from 2018-12-08 11-39-43 Same for TomoScan. Please update the logging on both TomoMaster and TomoScan to include log level

etienne-napoleone commented 5 years ago

Ah ok seems like it was updated in new versions, stable is still at 1.0.0

thanhson1085 commented 5 years ago

yep, it is available in v1.0.3 TomoMaster, TomoScan does not have it yet. Yep, So we should have severity logs for all projects

etienne-napoleone commented 5 years ago

see #101