mirror of
https://github.com/aurc/loggo.git
synced 2026-04-26 08:25:56 +03:00
[GH-ISSUE #24] Implement or Document ability to capture unstructured logs #5
Labels
No labels
need more info
need more info
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/loggo#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arthuratplayableworlds on GitHub (Oct 9, 2024).
Original GitHub issue: https://github.com/aurc/loggo/issues/24
Originally assigned to: @arthuratplayableworlds on GitHub.
I have logs that are mostly json, but some logs come from system calls that can't be structured. It would be nice if I could set a rule that allowed me to capture the whole log and put it for example in the "message" column. Otherwise , I end up with logs that look empty until I drill into them.
I tried setting the template Key to be empty or
*, but neither of those worked.@aurc commented on GitHub (Oct 9, 2024):
Please send me a sample of your log and the template you created. I will
give it a think and get back to you!
On Thu, 10 Oct 2024 at 6:00 am, Arthur @.***> wrote: