Skip to content

Commit

Permalink
fix(webserver,core): move the LogStreamService in core so EE can use …
Browse files Browse the repository at this point in the history
…it for apps
  • Loading branch information
loicmathieu committed Feb 7, 2025
1 parent e335b76 commit 84c07ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.kestra.webserver.services;
package io.kestra.core.services;

import io.kestra.core.models.executions.LogEntry;
import io.kestra.core.queues.QueueFactoryInterface;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import io.kestra.core.tenant.TenantService;
import io.kestra.webserver.converters.QueryFilterFormat;
import io.kestra.webserver.responses.PagedResults;
import io.kestra.webserver.services.LogStreamingService;
import io.kestra.core.services.LogStreamingService;
import io.kestra.webserver.utils.PageableUtils;
import io.kestra.webserver.utils.QueryFilterUtils;
import io.kestra.webserver.utils.RequestUtils;
Expand Down

0 comments on commit 84c07ef

Please sign in to comment.