This repository was archived by the owner on Feb 13, 2024. It is now read-only.
Log parsing error causes teler fail to analysis #128
Unanswered
DummyKitty
asked this question in
Q&A
Replies: 1 comment
-
As we don't have clear documentation on how to define |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to use the following log format, add $request_body to collect post data.
teler's config file is:
I use some data in the following format for testing
But teler can not work properly.

When I added a useless ending character "-" in nginx logfomat, change the teler's config file, and recreate testing data.
It worked.

I don't know why. I'm a freshman using Golang. Does this problem come from gonx package?
Beta Was this translation helpful? Give feedback.
All reactions