put container in offline mode

This commit is contained in:
lucio 2024-02-23 17:07:31 +01:00
parent 7e53d716fc
commit c59fa0b7a8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[node]
mode = online
mode = offline
hostname = myhostname.isti.cnr.it
protocol= http
port = 8080

View File

@ -11,7 +11,7 @@
<logger name="org.gcube.service.helloworld" level="DEBUG" />
<logger name="org.gcube.smartgears" level="DEBUG" />
<root level="INFO">
<root level="WARN">
<appender-ref ref="STDOUT" />
</root>