Share & pin

Share

Public markdown links — anyone with the URL can view. The shared page includes the log message, all context, the trace timeline if any, and the cached AI investigation if one exists.

Single log

loguro share create 01KQ0E1ZTAP7YWFBK1S2K6XM2W

Multiple logs as one page

Great for bug reports and Linear / Jira tickets — bundles N logs into one markdown page:

loguro share create-context 01KQ0... 01KR3... 01KS9...

In loguro logs --interactive, press space to multi-select rows, then s runs share create-context and copies the URL automatically.

Manage

loguro share list
loguro share delete <hash>            # accepts 4+ char prefix
loguro share update <hash> <logId>    # regenerate with fresh data (incl. new AI cache)

Pin

Pin a recurring log to track it. Pinned logs show a marker in loguro logs lists with the encounter count.

loguro pin add <logId> --note "tracking until #1234 ships"
loguro pin list
loguro pin list --status watching        # / resolved
loguro pin show <pinId>
loguro pin update <pinId> --status=resolved
loguro pin remove <pinId> --yes
FlagDescription
--note <str>Free-text note attached to the pin
--status <state>One of watching, resolved
--yesSkip confirmation on remove
// related

See also