The Loguru FileSink is blocking so it is bad to use it in the event loop. Use instead an AsyncSink wrapping the FileSink to delegate the log writing to the default thread pool. NB: when the AsyncFileSink is used, logs produced outside of the event loop are not written to the file. |
||
|---|---|---|
| .. | ||
| base | ||
| langflow/version | ||
| tests | ||
| .gitignore | ||
| Dockerfile | ||