-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(loggly): fix the error caused by the missing /bin/hostname (#13788)
* fix(loggly): fix the error caused by the missing /bin/hostname 1. Refactor the PDK's get_hostname to use only the gethostname system call to retrieve the hostname. 2. Loggly uses the PDK's get_hostname to retrieve the hostname. FTI-6046
- Loading branch information
1 parent
044b4c5
commit 0bcd6c5
Showing
3 changed files
with
19 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
message: "**Loggly**: Fixed an issue where `/bin/hostname` missing caused an error warning on startup." | ||
type: bugfix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0bcd6c5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bazel Build
Docker image available
kong/kong:0bcd6c58e51128e9ec1f5ef2d42ca9a1f97bd3bd
Artifacts available https://github.com/Kong/kong/actions/runs/11566487516