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

ESP8266 Unified Mbed trace prints. #11460

Merged
merged 1 commit into from
Sep 16, 2019

Conversation

dmaziec
Copy link
Contributor

@dmaziec dmaziec commented Sep 11, 2019

Description

All logs now:

  • start with a function name (it is not automatically logged by the logger)
  • do not contain class name (this can be inferred from log preamble)
  • message starts with a capital letter and ends with a full-stop

Pull request type

[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

Reviewers

@VeijoPesonen
@SeppoTakalo
@AnttiKauppila
@michalpasztamobica

Release Notes

@@ -71,6 +71,7 @@ ESP8266Interface::ESP8266Interface()
_oob_event_id(0),
_connect_event_id(0)
{
mbed_trace_init();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this should have been removed.

@ciarmcom
Copy link
Member

@dmaziec1, thank you for your changes.
@AnttiKauppila @VeijoPesonen @SeppoTakalo @michalpasztamobica @ARMmbed/mbed-os-ipcore @ARMmbed/mbed-os-maintainers please review.

@0xc0170
Copy link
Contributor

0xc0170 commented Sep 12, 2019

[x] Refactor

Isn't this a fix rather? unifying debug messages.

Copy link
Contributor

@VeijoPesonen VeijoPesonen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the PR's description based on @0xc0170´s comment. Otherwise this is ready to go in from my point of view.

All logs now:
- start with a function name (it is not automatically logged by the logger)
- do not contain class name (this can be inferred from log preamble)
- message starts with a capital letter and ends with a full-stop
@0xc0170
Copy link
Contributor

0xc0170 commented Sep 16, 2019

CI started

@mbed-ci
Copy link

mbed-ci commented Sep 16, 2019

Test run: SUCCESS

Summary: 11 of 11 test jobs passed
Build number : 1
Build artifacts

@0xc0170 0xc0170 removed the needs: CI label Sep 16, 2019
@0xc0170 0xc0170 merged commit 243e6a5 into ARMmbed:master Sep 16, 2019
@adbridge
Copy link
Contributor

This is sitting on top of changes for 6.0 thus bumping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants