Skip to content

Commit

Permalink
rename intelij config and change log level of spring to debug in stag…
Browse files Browse the repository at this point in the history
…ing config
  • Loading branch information
kcinay055679 committed Oct 17, 2024
1 parent 9084139 commit b1360ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<component name="ProjectRunConfigurationManager">
<configuration default="false" name="OkrApplication Local-prod debug" type="Remote">
<module name="exam-feedback-tool" />
<configuration default="false" name="OkrApplication Debug Docker" type="Remote">
<module name="OkrApplication" />
<option name="USE_SOCKET_TRANSPORT" value="true" />
<option name="SERVER_MODE" value="false" />
<option name="SHMEM_ADDRESS" />
Expand Down
1 change: 0 additions & 1 deletion backend/src/main/resources/application-staging.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# logging level for staging
logging.level.ch.puzzle.okr=DEBUG
logging.level.org.springframework.security=DEBUG
#logging.level.org.flywaydb.core=DEBUG


Expand Down
2 changes: 2 additions & 0 deletions docker/local-prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ services:
restart: always
environment:
SPRING_PROFILES_ACTIVE: staging
LOGGING_LEVEL_ORG_SPRINGFRAMEWORK: DEBUG
LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_SECURITY: DEBUG
SPRING_FLYWAY_LOCATIONS: classpath:db/migration,classpath:db/data-migration,classpath:db/callback
volumes:
- ../../../okr/backend/target:/app-root/backend
Expand Down

0 comments on commit b1360ea

Please sign in to comment.