-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pion.http.server logger name does not work with log4cplus #127
Comments
My bad, I was not aware of how to configure cascades of loggers properly, as it is not published at the log4cplus repo... |
…plunk#126) * initial set of core changes for constexpr support (issue splunk#123) * fixes for constexpr core support based on ci failures (issue splunk#123) * drive by fix for gcc9.2 warning on polymorphic exception * fixes for constexpr core support based on for cpp11 and cpp14 build variants (issue splunk#123) * more fixes for constexpr core support (issue splunk#123) - also fix for issue splunk#124 * next round of changes for constexpr core support (issue splunk#123) * fix last msvc regression for constexpr core * driveby fix to remove detail include * 3rd round of changes for constexpr * yet another msvc fix for cpp14 * minor doc fix for issue splunk#127 - tm_isddst -> tm_isdst * minor doc fix for issue splunk#127 - tm_isddst -> tm_isdst * push constexpr deep into the library including date, ptime (issue splunk#123) * push constexpr deep into the library including date, ptime (issue splunk#123) * fix latests regressions from constexpr changes in older gcc
* change gettimeofday to be clearer - issue splunk#127 * clarify date_number docs - github issue splunk#125 * add docs for from_iso_extended_string function - issue splunk#116 * update documentation for 1.73 release - changes.xml
Configuring the log4cplus logger of the http-server, which is named pion.http.server does not seem to work, because of the '.' seperator in the logger name. Maybe it's better to rename it to pion-http-server
(all within server.hpp)
The text was updated successfully, but these errors were encountered: