We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that some log lines have an empty logEntry.Prioroty, and Atoi doesn't like it. It should be handled properly.
logEntry.Prioroty
panic: strconv.Atoi: parsing "": invalid syntax goroutine 1 [running]: main.prepareGelfPayload(0xc420010aba, 0xc42007b000, 0x44b, 0x1000, 0xc420010c70, 0x10, 0x0, 0x265) /Volumes/Users_Data/cdemers1/Go/workspace_delta/src/github.com/cdemers/journald2graylog/journald2graylog.go:117 +0x7c9 main.main() /Volumes/Users_Data/cdemers1/Go/workspace_delta/src/github.com/cdemers/journald2graylog/journald2graylog.go:79 +0x47f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems that some log lines have an empty
logEntry.Prioroty
, and Atoi doesn't like it. It should be handled properly.The text was updated successfully, but these errors were encountered: