@mastra/core 0.1.13 → 0.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/core.esm.js CHANGED
@@ -6911,7 +6911,7 @@ var Mastra = /*#__PURE__*/function () {
6911
6911
  if (((_config$logs = config.logs) == null ? void 0 : _config$logs.provider) === 'FILE') {
6912
6912
  var _config$logs2, _config$logs3;
6913
6913
  var MASTRA_APP_DIR = process.env.MASTRA_APP_DIR || process.cwd();
6914
- var basePath = path.join(MASTRA_APP_DIR, '/mastra-logs/');
6914
+ var basePath = path.join(MASTRA_APP_DIR, '/mastra/logs/');
6915
6915
  agentLogger = createLogger({
6916
6916
  type: 'FILE',
6917
6917
  options: {