-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect usage of oxen-logging syslog
Previously oxen-logging was erroneously hard-coded to use the target "lokinet" for system logs. Obviously this is wrong for anything else which uses oxen-logging and the system log. This changes our call to add_sink to pass "lokinet" as the target rather than the config filename, and updates oxen-logging to use that argument correctly.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule oxen-logging
updated
5 files
+14 −4 | CMakeLists.txt | |
+1 −1 | include/oxen/log.hpp | |
+31 −3 | include/oxen/log/format.hpp | |
+19 −13 | include/oxen/log/internal.hpp | |
+10 −10 | src/log.cpp |
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