-
## As a developer I want to...
be able to see which events log messages
## So that...
I can understand what is happening during code execution.
## Context
We have a lot of code and lots of mo…
-
For example:
![image](https://github.com/user-attachments/assets/c117bce4-5ee9-469b-9992-2bf7656a3c22)
When running in the context of a notebook (or python in general) it could be nice if rust log…
-
## Description
Importing `configure_project` from `kedro.framework.project` fails when using a custom Kedro logging config with File Handlers, if the target files of the handlers do not exist yet. Th…
-
Need logging framework to support different logging levels
-
When I run a open rewrite maven plugin on a big project,
```
cd nickBigProject
mvn -U "org.openrewrite.maven:rewrite-maven-plugin:run" "-Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe…
-
* console.log /info/error/warn should be replaced at runtime with https://www.npmjs.com/package/winston
* Rotate logs when it reaches a certain size/daily and push logs to querying framework
abose updated
2 years ago
-
We are mostly just using the `logDev` method everywhere. We should really add a logging framework with an adjustable log level.
-
## Description
Implement a comprehensive logging system to track and record application events. This will help in monitoring the application's behavior, debugging issues, and maintaining a record of …
-
SLF4J or log4j directly
-
Currently errors are thrown as follows: `throw Error("rocksdb open failed: " + err);`
Like this they end up on standard error (logs to standard out).
This is very difficult to parse and to used e.g.…