Skip to content

Commit 95f64a7

Browse files
committed
changed log level and flipped gal flag
1 parent 0952460 commit 95f64a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

game_server/src/main/resources/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
<logger name="com.imsproject" level="DEBUG"/>
3636

3737
<!-- Spring logging configuration -->
38-
<logger name="org.springframework" level="INFO" />
38+
<logger name="org.springframework" level="ERROR" />
3939

4040
</configuration>

manager/src/managers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
else:
1212
URL = "http://ims-game-server:8080/"
1313

14-
GAL = True
14+
GAL = False
1515

1616
if GAL:
1717
URL = "https://ims-project.cs.bgu.ac.il:8640/"

0 commit comments

Comments
 (0)