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

zhmcclient / zhmc-ansible-modules / 559 / 1
44%
master: 44%

Build:
DEFAULT BRANCH: master
Ran 20 Feb 2019 05:02PM UTC
Files 12
Run time 3min
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

20 Feb 2019 04:54PM UTC coverage: 26.888% (+2.0%) from 24.89%
PACKAGE_LEVEL=latest

push

travis-ci

andy-maier
Renovate logging

Details:

- Changed the logging so that it can now reasonably be used together
  with other projects that use logging. This is done by
  centralizing the log_init() function in the utils module, and
  by changing it such that the log level is alwqys set, but the
  file handler is set only when a log file is specified. As a result,
  the loggers now propagate to the Python root logger when the
  log_file parameter is not set.

  So playbooks using the zhmc modules have two choices:
  - Specify a log file via the log_file parameter
  - Do not specify a log file and configure the Python root
    logger as needed.

- Added log_file support to all modules that did not have it yet.

- Changed the format of log messages from:
    %(asctime)s %(name)s %(message)s
    with the default date format (e.g. 2019-02-20 10:54:26,123)
  To:
    %(asctime)s %(levelname)s %(name)s %(process)d %(message)s
    with the default date format (e.g. 2019-02-20 10:54:26,123)
  to be more in sync with common log formats.

- Removed the unused log() function in the utils module because
  logging is now done directly to Python loggers.

Signed-off-by: Andreas Maier <maiera@de.ibm.com>

559 of 2079 relevant lines covered (26.89%)

0.27 hits per line

Source Files on job 559.1 (PACKAGE_LEVEL=latest)
  • Tree
  • List 0
  • Changed 11
  • Source Changed 11
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 368
  • Travis Job 559.1
  • ad210b8a on github
  • Prev Job for PACKAGE_LEVEL=latest on master (#543.1)
  • Next Job for PACKAGE_LEVEL=latest on master (#562.1)
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