-
Intermittent build failure.
Occurred in Travis for #65
```
time="2020-04-20T03:45:18Z" level=debug msg="Kafka consumer loop started"
time="2020-04-20T03:45:18Z" level=info msg="Sent message: {\…
-
By creating this issue I would like to raise a discussion about utilizing an elegant OOP way to use logging functionality.
Do we need to create specific classes like `Log`, `Info`, `Debug`, `Trace `,…
-
### Which Cloudflare product(s) does this pertain to?
D1
### What version(s) of the tool(s) are you using?
3.22.3 [Wrangler]
### What version of Node are you using?
20.9.0
### What o…
-
There are some future improvements described in the comments in the source. These should be extracted from the comments and turned into issues on GitHub.
-
We should improve the quality of the code of the ccn-lite logging mechanism. While browsing the code, I often read code like the following
```C
46 char s[CCNL_MAX_PREFIX_SIZE];
47 (void) …
mfrey updated
6 years ago
-
**Describe the bug:**
In no less than 5 minutes of launching the app there were 11,814 printed statements of "Error: The log file hanlder is NULL!" in the debug console. This is beyond excessive. Als…
-
Just usual logging module would be enough. Currently some parts of the code are writing messages to stdout with "print" statements, making log management a nightmare.
traut updated
9 years ago
-
Victron is connected to a single-board computer through `/dev/ttyUSB0`.
Invetergui is running from ARM64 Docker image.
But everytime I turn off Victron for a while and turn it on. There is nore ne…
-
Slimit/PLY throws:
```
Traceback (most recent call last):
File "vardetect.py", line 35, in collect_var_dec_globals
tree = parser.parse(source)
File "/Library/Python/2.7/site-packages/slimit/p…
-
With the standard jdbc module in Play, one can log evolutions being applied by adding this to "logback.xml":
Unfortunately it does not work anymore with play-slick. I could not find anoth…