This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e87dfb
commit 96d920d
Showing
3 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
2024-06-30 21:39:49.790 [main] DEBUG ktor.application - Java Home: /Users/adrianwitaszak/.sdkman/candidates/java | ||
2024-06-30 21:39:49.791 [main] DEBUG ktor.application - Class Loader: jdk.internal.loader.ClassLoaders$AppClassLoader@1cf4f579: [file:/Users/adrianwitaszak/CharLEEX/BeNatty/kotlin/BeNatty-Client/apps/shop/web/.kobweb/server/server.jar!/ch] | ||
2024-06-30 21:39:49.803 [main] INFO ktor.application - No API jar file specified in conf.yaml. Server API routes will not be available. | ||
2024-06-30 21:39:49.836 [main] INFO ktor.application - Application started in 0.08 seconds. | ||
2024-06-30 21:39:49.912 [main] INFO ktor.application - Responding at http://0.0.0.0:8081 | ||
2024-06-30 21:39:55.061 [eventLoopGroupProxy-4-1] DEBUG ktor.application - Served fallback index.html file in response to "/" | ||
2024-06-30 21:39:56.363 [eventLoopGroupProxy-4-1] DEBUG ktor.application - Client connected and is requesting kobweb status events. | ||
2024-06-30 21:40:13.735 [eventLoopGroupProxy-4-1] DEBUG ktor.application - Stopped sending kobweb status events, probably because client disconnected or server is shutting down. (ChannelWriteException: Cannot write to a channel) | ||
2024-06-30 21:55:20.912 [kotlinx.coroutines.DefaultExecutor] INFO ktor.application - Kobweb server shutting down... | ||
2024-06-30 21:55:22.996 [kotlinx.coroutines.DefaultExecutor] INFO ktor.application - Server finished shutting down. | ||
2024-07-01 19:01:01.952 [main] DEBUG ktor.application - Java Home: /Users/adrianwitaszak/.sdkman/candidates/java | ||
2024-07-01 19:01:01.953 [main] DEBUG ktor.application - Class Loader: jdk.internal.loader.ClassLoaders$AppClassLoader@1cf4f579: [file:/Users/adrianwitaszak/CharLEEX/BeNatty/kotlin/BeNatty-Client/apps/shop/web/.kobweb/server/server.jar!/ch] | ||
2024-07-01 19:01:01.964 [main] INFO ktor.application - No API jar file specified in conf.yaml. Server API routes will not be available. | ||
2024-07-01 19:01:01.993 [main] INFO ktor.application - Application started in 0.073 seconds. | ||
2024-07-01 19:01:02.072 [main] INFO ktor.application - Responding at http://0.0.0.0:8080 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
env: "DEV" | ||
port: 8080 | ||
pid: 4460 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters