-
What happened?After upgrading to version 0.9.2 an error is logged every time an email is sent or received: 2024-09-09T18:55:00Z WARN Directory not found while evaluating expression (eval.directory-not-found) queueId = 156356332016643715, from = "[email protected]", to = ["[email protected]"], size = 4908, total = 1, id = "" The emails reach their destination without problems and everything seems to work normally. The problem persists in version 0.9.3 and 0.9.4. Maybe there is an error in my configuration but the changelogs didn't point out any migrations I have to do. How can we reproduce the problem?I can reproduce the problem by doing the following steps: Versionv0.9.x What database are you using?RocksDB What blob storage are you using?RocksDB Where is your directory located?Internal What operating system are you using?Docker Relevant log output2024-09-09T18:55:00Z WARN Directory not found while evaluating expression (eval.directory-not-found) queueId = 156356332016643715, from = "[email protected]", to = ["[email protected]"], size = 4908, total = 1, id = "" Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can ignore this warning, the default level for this event will be changed to |
Beta Was this translation helpful? Give feedback.
You can ignore this warning, the default level for this event will be changed to
debug
. This happens when no directory is specified which is valid and uses the default directory.