Is there way to log publicly?
burkostya opened this issue · 9 comments
By default all logs are private. Is there option somewhere (hakkalogs API maybe) to make those public?
Hmm. I'm using the webhook integration, which claims it will ignore anything sent to it but the log message. The Hakka Logs FAQ references an API call (/api/logs
) to fetch logs, but I haven't found anything about posting them. I'll ask.
@burkostya yes and you're right. It should be available as a parameter in the webhook request payload. I'll update this issue when it's live.
The state
parameter is now available for Webhooks. See the instructions for more info https://www.hakkalabs.co/logs?integrationstab=show
@burkostya See the new -priv=public
option, and/or the default-privacy
setting in the config file.
Thanks!