-
```
I am using version 1.0.3.
I'd like to be able to set the layout of the TAG. Generally, I'd like to narraw
it down to the simple class name:
tagLayout = "%c{1}"
The LogConfigurator should have …
-
```
I am using version 1.0.3.
I'd like to be able to set the layout of the TAG. Generally, I'd like to narraw
it down to the simple class name:
tagLayout = "%c{1}"
The LogConfigurator should have …
-
```
I am using version 1.0.3.
I'd like to be able to set the layout of the TAG. Generally, I'd like to narraw
it down to the simple class name:
tagLayout = "%c{1}"
The LogConfigurator should have …
-
https://cljs.github.io/api/compiler-options/optimizations
> :optimizations :simple ;;
-
```
var resultCache = $.ajax({
url: 'http://contact.dev/api/autocomplete/person_tags',
type: 'GET',
success: function (data) {
personTags = data;
…
-
Adding a logback.xml in a library is very strange. It might also cause strange behaviours in the final applications. Please remove the logback.xml from the repository.
As far as I know a java libra…
-
This would tidy up the code slightly and should make it easier to swap error reporters in the future. It also removes a dependency from the event router which will help with running it in other enviro…
-
Hi,
On Debian systems, the test test_tail_change2 has a tendency to fail (on my system, it sometimes passes, but fails about half of the time I would say).
The bug is reported there with version 1…
-
### Environment
Provide at least:
* Ruby Version: 3.0.1
* Rails Version: 6.1.3.2
* Semantic Logger Version: 4.8.0
* Rails Semantic Logger Version: 4.6.0
* Other Application/framework names and…
-
static plog::ColorConsoleAppender consoleAppender;
static plog::RollingFileAppender fileAppender(logFilePath.c_str(), 1024 * 1024 * 10, 8);
plog::Severity sev = (plog::Severity)nLevel;
…