question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add verbose output

See original GitHub issue

From CLI: --verbose

From JUnit: @Opts(verbose=true)

This would make it easier to diagnose problems like #146 and #1234.

Issue Analytics

  • State:closed
  • Created 12 years ago
  • Comments:16 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
mpkorstanjecommented, Sep 17, 2017

Shading won’t solve the right problem. When using slf4j there can only be one slf4j binding.

https://www.slf4j.org/codes.html#multiple_bindings

SLF4J API is designed to bind with one and only one underlying logging framework at a time. If more than one binding is present on the class path, SLF4J will emit a warning, listing the location of those bindings. … Note The warning emitted by SLF4J is just that, a warning. Even when multiple bindings are present, SLF4J will pick one logging framework/implementation and bind with it. The way SLF4J picks a binding is determined by the JVM and for all practical purposes should be considered random. As of version 1.6.6, SLF4J will name the framework/implementation class it is actually bound to. … Embedded components such as libraries or frameworks should not declare a dependency on any SLF4J binding but only depend on slf4j-api. When a library declares a compile-time dependency on a SLF4J binding, it imposes that binding on the end-user, thus negating SLF4J’s purpose. When you come across an embedded component declaring a compile-time dependency on any SLF4J binding, please take the time to contact the authors of said component/library and kindly ask them to mend their ways.

0reactions
lock[bot]commented, Mar 10, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

View Verbose Output - Windows drivers - Microsoft Learn
Click Verbose Output on the View menu to turn verbose mode on and off. This command is equivalent to pressing CTRL+ALT+V. (and to...
Read more >
Use verbose output in the Arduino IDE
Enable verbose output · Open Preferences. Windows/Linux: File > Preferences; macOS: Arduino > Preferences · For the verbose output setting, tick ...
Read more >
Verbose mode - Wikipedia
When running programs in the command-line, verbose output is typically outputted in standard output or standard error. Many command line programs can be...
Read more >
2 Understanding Verbose Output
The -Xverbose command-line option enables verbose output from the Oracle JRockit JVM. You can use the verbose output for monitoring, tuning, and diagnostics....
Read more >
Enabling full verbose logging - Esri Support
expand/collapse item Enabling full verbose logging · In a text editor, open AppServer.properties. · Search for the parameter debug, and set it to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found