Skip to content
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

Task: Filter exported logs using selected log level #181

Open
thenjneer opened this issue Oct 7, 2022 · 1 comment
Open

Task: Filter exported logs using selected log level #181

thenjneer opened this issue Oct 7, 2022 · 1 comment

Comments

@thenjneer
Copy link

I'm using nrf connect + logger to log about 700 data points per second from a connected device. The app handles and records the data just fine, but the data file I export includes verbose data no matter which filter I select prior to saving the data. I'm hoping to save only the application data so I don't have to parse through all of the non-numeric messages.

I know the filtering works on the iOS app, is this a feature that's not available on Android?

@philips77
Copy link
Member

Currently, the filtering just works in the UI, but when you export you get it all.
As each link starts with a letter corresponding to the log level, so you can remove unnecessary ones in Sublime Text etc.

I'll make this Issue a task to improve that.

@philips77 philips77 changed the title Logger does not seem to filter data Task: Filter exported logs using selected log level Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants