-
**Rule:** all rules that are applied to logger, such as
* Errorprone: InvalidSlf4jMessageFormat, InvalidLogMessageFormat, MoreThanOneLogger, ProperLogger, UseCorrectExceptionLogging
* Bestpractices:…
-
Got the error below when running "marketmaker", any idea?
```
pythonProject % marketmaker
2024-09-14 16:35:35,160 - INFO - market_maker - BitMEX Market Maker Version: v1.1
2024-09-14 16:35:35…
-
Consider using a logging api like slf4j-api, the consumer can then set logging levels and pick logging implementation framework.
Right now logging is done directly to standard out.
-
`/opt/dell/crowbar_framework/config/environments/production.rb`
contains:
```
require 'syslogger'
config.logger = Syslogger.new("crowbar_app", Syslog::LOG_PID, Syslog::LOG_LOCAL0)
config.logger.leve…
-
.log() should adapt to different frameworks.
It should also support logging levels (error, warning etc.) by creating corresponding processors:
.error(...)
.warn(...)
.info(...)
.debug(...)
.log(...)…
-
@jknack
I have newer logging framework that has some advantages over log4j2/logback:
https://github.com/jstachio/rainbowgum
I can add the module to jooby as a PR or can manage it in the Rainbo…
-
For the next version, we need a way to set the debugging level of the entire App framework inside of Rocket.Chat. Right now it is extremely verbose, which means the logs are spammed with App framework…
-
### What happened?
web.CoreWebView2.Settings.IsPasswordAutosaveEnabled = true;
web.CoreWebView2.Settings.IsGeneralAutofillEnabled = true;
phpMyAdmin 5.1.1
Logging into the account causes a cra…
-
Paratest returns this error when a test fails
```sh
ParaTest v6.11.1 upon PHPUnit 9.6.20 by Sebastian Bergmann and contributors.
PHP Fatal error: Uncaught ValueError: str_repeat(): Argument #2 (…
-
```
Consider using a real logging framework like log4net. This would allow us
to have a much more granular and configurable logging subsystem.
```
Original issue reported on code.google.com by `geo…