Skip to content

Commit

Permalink
Allow larger sdid
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Jul 31, 2020
1 parent 836dce2 commit 3f6eb0d
Show file tree
Hide file tree
Showing 7 changed files with 6,208 additions and 2,879 deletions.
4 changes: 2 additions & 2 deletions common/common.rl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ procidrange = graph{1,128};

msgidrange = graph{1,32};

sdname = (graph - ('=' | sp | csb | dq)){1,32};
sdname = (graph - ('=' | sp | csb | dq)){1,64};

# rfc 3629
utf8tail = 0x80..0xBF;
Expand All @@ -92,4 +92,4 @@ bom = 0xEF 0xBB 0xBF;
# utf8char except ", ], \
utf8charwodelims = utf8char - toescape;

}%%
}%%
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/influxdata/go-syslog/v3
module github.com/observiq/go-syslog/v3

require (
github.com/davecgh/go-spew v1.1.1
Expand Down
Loading

0 comments on commit 3f6eb0d

Please sign in to comment.