-
Alternatively try slf4j and compare both.
Figure out how to configure logging after jar is already created.
-
@cowboy / @tkellen the code in master should be viewed as "placeholder" code.
I'm going to add another issue to get your thoughts on a couple of approaches I'm exploring for event logging. First th…
-
We might want to consider using `java.util.logging` instead of `slf4j`.
`java.util.logging` is part of the JDK, so using it means having one less external dependency.
-
NAU should log all steps and decisions. Logging should also be exposed to classes implementing the internal interfaces (conditions, readers, tasks, sources).
Logging would be update-process wide, and…
-
```
Goal: Continuing to use the layered class pattern used in the Service
layer and other places, ie.. CustomerService.cs /
CustomerServiceBase.generated.cs or CustomerProviderBase.cs /
CustomerPro…
-
**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**
…
-
The facade API is really useful. However, when called to make a prediction it picks the first item in a schedule, i.e. the item with the shortest allocated budget. Is this intentional?
E.g. my pr…
-
I'd like the option to be able to download a feature layer as an Esri Shapefile. I currently download as a geojson file and then convert it. If this addition were to be be possible, it would be greatl…
-
Logstash has been a mix of Java and Ruby for a while now.
When exceptions happen logging the proper message/trace usually boils down to plugins, which do not have an easy unified way of doing thing…
kares updated
2 years ago
-
### Expected behavior
````php
logger()->error('test');
````
Should go to Bugsnag
### Observed behavior
It's not going to Bugsnag
### Steps to reproduce
````bash
php artisan tinker
…