ultravioletrs / cocos

Cocos AI - Confidential Computing System for AI
https://ultraviolet.rs/cocos.html
Apache License 2.0
23 stars 9 forks source link

NOISSUE - Format log messages from agent #244

Closed SammyOina closed 2 weeks ago

SammyOina commented 2 weeks ago

What type of PR is this?

What does this do?

Which issue(s) does this PR fix/relate to?

Have you included tests for your changes?

Did you document any new/modified feature?

Notes

journalctl -u cocos-manager -f -n 150 -o json | jq '                                                                                                                                                                        INT ✘  20s  
{
  __REALTIME_TIMESTAMP,
  _SYSTEMD_UNIT,
  _HOSTNAME,
  PRIORITY,
  MESSAGE: (.MESSAGE | fromjson)
}'

image