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

Mirantis / kqueen
85%
master: 0%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/urllib3-1.26.5
DEFAULT BRANCH: master
Repo Added 26 Sep 2017 07:05PM UTC
Files 0
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

LAST BUILD ON BRANCH update-logging
branch: update-logging
CHANGE BRANCH
x
Reset
  • update-logging
  • add-allowed-ips-to-enable-calico
  • add-autopep8
  • add-help-messages
  • add-jenkins-job-url
  • add-lock-to-save
  • add-override-parameters-to-jenkins
  • add-status-message
  • add-unique-username-check
  • add-uuid-validator
  • aeg-demo
  • aeg-demo2
  • ans-ref-mk2
  • ansible-refactor
  • asyncio-fix
  • asyncio-fix2
  • asyncioloop
  • autogeneratename
  • aws-eks
  • azure-hotfix
  • bump
  • calico-aws
  • calico-dropdown
  • catch-subprocess-exception
  • celery-experimental
  • change-default-directory
  • cl-actions-docs
  • clear-resources
  • codacy
  • config-refactor
  • crud
  • delete-cluster
  • demo-bump
  • dependabot/pip/cryptography-3.2
  • dependabot/pip/flask-1.0
  • dependabot/pip/urllib3-1.26.5
  • destinguish-node-counts
  • dns-os-fix
  • doc-update
  • docker
  • docker-ldap
  • docker-refactor
  • docs
  • docs-fix
  • docs2
  • edits
  • eks-refactor
  • enable_persistent_volumes
  • etcd
  • etcd-backup-script
  • exc-msg
  • filters
  • fip-ssl
  • fix-api-spec
  • fix-api-spec-build
  • fix-azure-exceptions
  • fix-ci
  • fix-deletion
  • fix-demo
  • fix-doc-build
  • fix-ldap-auth
  • fix-log-file-error-travis
  • fix-resizing
  • fix-travis
  • forbid-superadmin-deletion
  • gce-calico
  • gce-list
  • gce-list-check
  • get-auth-params
  • get-rid-of-pycrypto
  • get-rid-of-pycrypto-2
  • gkeimprovements
  • healthcheck
  • heat-provisioner
  • helm
  • helm-experimental
  • improve-exception-from-etcd
  • improve-os-kubespray
  • jenkins-check
  • jenkins-ctx
  • jenkins-downgrade
  • jenkins-status
  • kqueen-docs
  • kqueen-eks
  • kqueen-ldap
  • ldap
  • ldap-search
  • linked_class
  • log-level
  • logging
  • logging-mk2
  • mail-check
  • make-k8s-images-confogurable
  • make-org-namespace-unique
  • make-responses-secure
  • manual-check
  • manual-engine-fix
  • master
  • mccabe
  • minor-improvemtns
  • mz-refactor
  • network-provider-label
  • newpipeline
  • nginx-deploy
  • oldpipeline
  • openbrokerapi
  • openstack-provisioner
  • organization-management
  • os-docs
  • pagination
  • prometheus-check
  • provcheck
  • provisionerlivecheck
  • refactoring
  • release-0.18
  • release-0.19
  • release-1.0
  • remote-class
  • resolve-ports
  • return-correct-codes
  • revert-131-kubernetesrbac
  • revert-334-validate-before-provision
  • rst-refactor
  • self-delete
  • separate-flavors-for-masters-and-slaves
  • set-correct-error-code
  • set-order-to-the-engine-params
  • sorting
  • ss3
  • test-wrong-commit
  • tests
  • tweaks
  • update-api-spec
  • update-cluster-detail
  • update-config-doc
  • update-demo
  • update-kubespray-provisioner-feedback
  • update-prod
  • update_devenv_script
  • v0.18
  • v0.19
  • v1.0
  • validate-before-provision
  • validators
  • verify-aks-provisioner
  • viz

pending completion
2196

push

travis-ci

Ekaterina Chernova
Update logging settings

   * Remove LOG_LEVEL set up from the main config

    Currently, logging config is used to set up log level for each logger.
    So there is no need to provide default log level. If config provided,
    it will be ignored anyway and leads to misunderstandings.
    So now all log level set up are made in a separate logging config file.

   * Change default general_file_handler  log level

    Also, log level of console logger is changed to INFO instead of log level of
    corresponding handler. It was made, because handler has a higher priority
    and if user will change log level to debug, it still remain INFO or user
     have to change both places, which is inconvenient.

    * If Debug is True in config file, set debug log level automatically

      Otherwise keep log level from config. Also logging configuration file is
      the only one place, where log level can be defined.

3132 of 3673 relevant lines covered (85.27%)

0.85 hits per line

Relevant lines Covered
Build:
Build:
3673 RELEVANT LINES 3132 COVERED LINES
0.85 HITS PER LINE
Source Files on update-logging
  • List 0
  • Changed 5
  • Source Changed 4
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
2196 update-logging Update logging settings * Remove LOG_LEVEL set up from the main config Currently, logging config is used to set up log level for each logger. So there is no need to provide default log level. If config provided, it will be ignored... push 20 Mar 2018 11:36AM UTC Ekaterina Chernova travis-ci pending completion  
2163 update-logging Track werkzeug logs * Separate logger is created for werkzeug So now all requests made to the server will be tracked in kqueen log file push 14 Mar 2018 08:03AM UTC Ekaterina Chernova travis-ci pending completion  
2159 update-logging Merge branch 'master' into update-logging push 13 Mar 2018 06:08PM UTC web-flow travis-ci pending completion  
2151 update-logging Add werkzeug logger * Separate logger is created for werkzeug So now all requests made to the server are collected in a separate kqueen-flask log file at /tmp directory:wq push 12 Mar 2018 04:14PM UTC Ekaterina Chernova travis-ci pending completion  
2148 update-logging Update logging settings * Remove LOG_LEVEL set up from the main config Currently, logging config is used to set up log level for each logger. So there is no need to provide default log level. If config provided, it will be ignored... push 12 Mar 2018 03:48PM UTC Ekaterina Chernova travis-ci pending completion  
2145 update-logging Update logging settings * Remove LOG_LEVEL set up from the main config Currently, logging config is used to set up log level for each logger. So there is no need to provide default log level. If config provided, it will be ignored... push 12 Mar 2018 03:39PM UTC Ekaterina Chernova travis-ci pending completion  
2144 update-logging Update logging settings * Remove LOG_LEVEL set up from the main config Currently, logging config is used to set up log level for each logger. So there is no need to provide default log level. If config provided, it will be ignored... push 12 Mar 2018 03:26PM UTC Ekaterina Chernova travis-ci pending completion  
See All Builds (3978)
  • Repo on GitHub
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

© 2025 Coveralls, Inc