-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
iOS: Everything get's logged twice #25380
Labels
Comments
aleclarson
pushed a commit
to aleclarson/react-native-macos
that referenced
this issue
Jul 2, 2019
Summary: By default absolutely everything gets logged twice (facebook/react-native#25380). This was introduced over 4 years ago here: [React Native Log to ASL · facebook/react-native@d1b14ef · GitHub](facebook/react-native@d1b14ef) with the reason to support ASL. With this PR the support for that will be removed but I believe this is justified because: - the benefit of not having every log message twice far outweighs the benefit of having Apple System Log. - ASL was superseded by "unified logging" (yellow box on https://developer.apple.com/documentation/os/logging). - I assume that people who use asl_log is very small. There is also very little information about it on the internet ## Changelog [iOS] [Fixed] - Logs would get printed twice Pull Request resolved: facebook/react-native#25382 Differential Revision: D16048052 Pulled By: cpojer fbshipit-source-id: 51519570bbee79571e4ff63f433b9b70bcd55671
aleclarson
pushed a commit
to aleclarson/react-native-macos
that referenced
this issue
Jul 2, 2019
Summary: By default absolutely everything gets logged twice (facebook/react-native#25380). This was introduced over 4 years ago here: [React Native Log to ASL · facebook/react-native@d1b14ef · GitHub](facebook/react-native@d1b14ef) with the reason to support ASL. With this PR the support for that will be removed but I believe this is justified because: - the benefit of not having every log message twice far outweighs the benefit of having Apple System Log. - ASL was superseded by "unified logging" (yellow box on https://developer.apple.com/documentation/os/logging). - I assume that people who use asl_log is very small. There is also very little information about it on the internet ## Changelog [iOS] [Fixed] - Logs would get printed twice Pull Request resolved: facebook/react-native#25382 Differential Revision: D16048052 Pulled By: cpojer fbshipit-source-id: 51519570bbee79571e4ff63f433b9b70bcd55671
M-i-k-e-l
pushed a commit
to M-i-k-e-l/react-native
that referenced
this issue
Mar 10, 2020
Summary: By default absolutely everything gets logged twice (facebook#25380). This was introduced over 4 years ago here: [React Native Log to ASL · facebook/react-native@d1b14ef · GitHub](facebook@d1b14ef) with the reason to support ASL. With this PR the support for that will be removed but I believe this is justified because: - the benefit of not having every log message twice far outweighs the benefit of having Apple System Log. - ASL was superseded by "unified logging" (yellow box on https://developer.apple.com/documentation/os/logging). - I assume that people who use asl_log is very small. There is also very little information about it on the internet ## Changelog [iOS] [Fixed] - Logs would get printed twice Pull Request resolved: facebook#25382 Differential Revision: D16048052 Pulled By: cpojer fbshipit-source-id: 51519570bbee79571e4ff63f433b9b70bcd55671
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
React Native version:
0.59.9
Steps To Reproduce
react-native init
.When you start the project, everything is logged twice.
The text was updated successfully, but these errors were encountered: