Skip to content

Commit

Permalink
feat: increase size of RFC3164 tag name
Browse files Browse the repository at this point in the history
Unifi thinks that it can be up to 48 characters, tolerate it.

Co-authored-by: Leonardo Di Donato <[email protected]>
  • Loading branch information
catap and leodido committed May 20, 2024
1 parent 136d746 commit 1dd0888
Show file tree
Hide file tree
Showing 4 changed files with 4,347 additions and 2,569 deletions.
2 changes: 1 addition & 1 deletion rfc3164/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func Example_currentyear() {
// Facility: (*uint8)(1),
// Severity: (*uint8)(5),
// Priority: (*uint8)(13),
// Timestamp: (*time.Time)(2024-12-02 16:31:03 +0000 UTC),
// Timestamp: (*time.Time)(2021-12-02 16:31:03 +0000 UTC),
// Hostname: (*string)((len=4) "host"),
// Appname: (*string)((len=3) "app"),
// ProcID: (*string)(<nil>),
Expand Down
Loading

0 comments on commit 1dd0888

Please sign in to comment.