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
Feature/log merger #2277
Merged
Merged
Feature/log merger #2277
Conversation
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
…l in the second position and add the pid
…or historical log viewing. this script is good for viewing merged process logs at boot time or at a point in the past.
|
When testing this previously I ran into a locale issue, specifically differences in the decimal point character (',' over here compared to '.' over there) I made these changes to make it (hopefully) decimal point agnostic |
|
Ugh! You Europeans and your metric system and your commas!
… On Aug 29, 2019, at 2:18 PM, Åke ***@***.***> wrote:
When testing this previously I ran into a locale issue, specifically differences in the decimal point character (',' over here compared to '.' over there)
I made these changes <forslund@f10b78c> to make it (hopefully) decimal point agnostic
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#2277?email_source=notifications&email_token=AJCA2JPQB7WGY6ZFOFOPDMLQHAOHNA5CNFSM4ISFYBJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5PRD3Q#issuecomment-526324206>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AJCA2JNHJRMFGADG7MK3OTLQHAOHNANCNFSM4ISFYBJQ>.
|
…he output file to suite different locales
|
Works! Merging! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLA: Yes
Contributor License Agreement exists (see https://github.com/MycroftAI/contributors)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Description
Add a new script to merge Mycroft process log files into a single file for debugging purposes. Also reformats the log output.
How to test
Start Mycroft processes and see that date and other new formatting is present in log files. Run the script against log files on a device to see the merged output.
Contributor license agreement signed?
CLA [yes]