-
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 (cherry picked from commit 0bcd6c5)
- Loading branch information
1 parent
81ec11b
commit 227e0b2
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