Skip to content

Commit

Permalink
Merge pull request #131 from grida-diary/main
Browse files Browse the repository at this point in the history
Prod
  • Loading branch information
wwan13 authored Aug 28, 2024
2 parents 6cafd37 + 44ecf17 commit ee26a46
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions grida-core/core-api/http/core-api.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Health Checking Api
GET {{core-api}}/api/health
8 changes: 8 additions & 0 deletions grida-core/core-api/http/http-client.env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"local": {
"core-api": "http://localhost:8080"
},
"prod": {
"core-api": "https://grida.today"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration scan="true" scanPeriod="60 seconds">
<property name="LOG_PATH" value="log"/>
<property name="LOG_FILE_NAME" value="server"/>
<property name="LOG_PATTERN" value="%(%d{yyyy-MM-dd HH:mm:ss.SSS}) %highlight(%5level) %magenta([%thread]) %cyan(%logger) - (%msg%n)"/>
<property name="LOG_PATTERN" value="%(%d{yyyy-MM-dd HH:mm:ss.SSS}) %highlight(%5level) %magenta([%thread]) %cyan(%logger) - %msg%n"/>
<property name="LOG_LEVEL" value="info"/>

<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration scan="true" scanPeriod="60 seconds">
<property name="LOG_PATH" value="log"/>
<property name="LOG_FILE_NAME" value="server"/>
<property name="LOG_PATTERN" value="%(%d{yyyy-MM-dd HH:mm:ss.SSS}) %highlight(%5level) %magenta([%thread]) %cyan(%logger) - (%msg%n)"/>
<property name="LOG_PATTERN" value="%(%d{yyyy-MM-dd HH:mm:ss.SSS}) %highlight(%5level) %magenta([%thread]) %cyan(%logger) - %msg%n"/>
<property name="LOG_LEVEL" value="info"/>

<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
Expand Down

0 comments on commit ee26a46

Please sign in to comment.