Skip to content

Commit

Permalink
Merge branch 'main' into mikeshi/local-mode-v0
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeShi42 committed Mar 29, 2024
2 parents 75ee1a1 + 9615f54 commit 297907e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ingestor/core.toml
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ if exists(.ts) {
}
# infer log level for raw logs
if is_nullish(.st) {
if is_nullish(.st) || !is_string(.st) {
header = ""
if is_object(.r) && !is_nullish(.b._hdx_body) {
header = slice(to_string(.b._hdx_body) ?? "", start: 0, end: 256) ?? ""
Expand Down

0 comments on commit 297907e

Please sign in to comment.