diff --git a/application/Espo/Core/Log/Handler/EspoFileHandler.php b/application/Espo/Core/Log/Handler/EspoFileHandler.php index 36f9623c4e..042fa19320 100644 --- a/application/Espo/Core/Log/Handler/EspoFileHandler.php +++ b/application/Espo/Core/Log/Handler/EspoFileHandler.php @@ -61,7 +61,7 @@ class EspoFileHandler extends MonologStreamHandler { if (!$this->url) { throw new RuntimeException( - "Missing a logger file path. Check logger params in `data/config.php`." + "Missing a logger file path. Check logger params in config." ); }