• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

micropython / micropython / 14346
98%

Build:
DEFAULT BRANCH: master
Ran 18 Sep 2020 06:01AM UTC
Jobs 1
Files 277
Run time 24s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
14346

push

travis-ci-com

dpgeorge
esp32/boards/sdkconfig.base: Set default IDF log level to ERROR.

This commit changes the default logging level on all esp32 boards to ERROR.
The esp32 port is now stable enough that it makes sense to remove the info
logs to make the output cleaner, and to match other ports.  More verbose
logging can always be reenabled via esp.osdebug().

This also fixes issue #6354, error messages from NimBLE: the problem is
that ble.active(True) will cause the IDF's NimBLE port to reset the
"NimBLE" tag back to the default level (which was INFO prior to this
commit).  Even if the user had previously called esp.osdebug(None), because
the IDF is setting the "NimBLE" tag back to the default (INFO), the
messages will continue to be shown.

The one quirk is that if the user does want to see the additional logging,
then they must call esp.osdebug(0, 3) after ble.active(True) to undo the
IDF setting the level back to the default (now ERROR).  This means that
it's impossible (via Python/esp.osdebug) to see stack-startup logging,
you'd have to recompile with the default level changed back to INFO.

19506 of 19900 relevant lines covered (98.02%)

425298.27 hits per line

Jobs
ID Job ID Ran Files Coverage
6 14346.6 (MAKEOPTS="-j4") 18 Sep 2020 06:01AM UTC 0
98.02
Travis Job 14346.6
Source Files on build 14346
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #14346
  • 52d6eeb4 on github
  • Prev Build on master (#14345)
  • Next Build on master (#14347)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc