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

Fix logging level for both root and Bugsnag not being initialized #687

Merged
merged 1 commit into from
Mar 30, 2020

Conversation

pawelpasterz
Copy link
Contributor

Fixes #682

Due to lazy initialization of Kotlin's objects logging level was not set (default was used).

Checklist

  • release_notes.md updated

@codecov-io
Copy link

Codecov Report

Merging #687 into master will not change coverage by %.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #687   +/-   ##
=========================================
  Coverage     77.30%   77.30%           
  Complexity      624      624           
=========================================
  Files           109      109           
  Lines          2529     2529           
  Branches        360      360           
=========================================
  Hits           1955     1955           
  Misses          345      345           
  Partials        229      229           

@pawelpasterz pawelpasterz requested a review from jan-goral March 29, 2020 17:58
@@ -39,7 +39,8 @@ class Main : Runnable {

@CommandLine.Option(
names = ["--debug"],
description = ["Enables debug logging"]
description = ["Enables debug logging"],
defaultValue = "false"
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@pawelpasterz pawelpasterz merged commit 0ad3c7a into master Mar 30, 2020
@pawelpasterz pawelpasterz deleted the fix-logging-level-not-being-initialized branch March 30, 2020 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debug message printed after every command
3 participants