Skip to content

Commit 4df525d

Browse files
committed
Revert "Set up logger in entrypoint as well"
This reverts commit 317c9a3.
1 parent 317c9a3 commit 4df525d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Sources/Run/entrypoint.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@
1313
// limitations under the License.
1414

1515
import App
16-
import Dependencies
1716
import Logging
1817
import Vapor
1918

20-
2119
@main
2220
enum Entrypoint {
2321
static func main() async throws {
@@ -26,10 +24,6 @@ enum Entrypoint {
2624

2725
let app = try await Application.make(env)
2826

29-
prepareDependencies {
30-
$0.logger = app.logger
31-
}
32-
3327
do {
3428
try await configure(app)
3529
} catch {

0 commit comments

Comments
 (0)