-
**Description**
Getting multiple errors while running scoutsuite scan for GCP. The errors are for the resources that we have not enabled by us in GCP.
Command : `scout gcp -s `
**Error format**
…
-
**Is your feature request related to a problem? Please describe.**
Structured logging with the JbossLogManager does not propagate the spanId and trace in a form where Google Cloud logging can work …
-
```
Replace old logging mechanism by Java Logger
```
Original issue reported on code.google.com by `bantc...@gmail.com` on 30 Mar 2011 at 9:59
-
Would be nice if the dependencies can be cut down to zero. features such as YAML file format, JSON or Metrics should go to optional modules.
For SLF4J there could be a factory that checks if slf4j is …
-
## Summary
The tl;dr for this is: I'm proposing a GCP-wide environment variable that lets users opt in to receiving debug logging for various parts of the stack/libraries/etc. This is an AIP becaus…
-
We should allow users to implement custom loggers, e.g., to implement their own rotation logic or to target a database backend.
-
Hello,
I'm pondering at the moment that what would be the best way to log certain queries in RestFB.
We have a lot of FB API traffic and some operations for some users are failing and it's hard …
-
```
Replace old logging mechanism by Java Logger
```
Original issue reported on code.google.com by `bantc...@gmail.com` on 30 Mar 2011 at 9:59
-
Because the apache http client is shaded, the logging it uses (apache commons logging) also becomes shaded.
When this is shaded it's not possible to use the commons logging to slf4j bridge, meaning t…
-
Rust has the very helpful macros from `log` : `info!`, `warn!`, etc.
It would be helpful to have our own, that would include the executor name or ID on it.
That's because often times executors are…