You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately there is no console equivalent like we have for Plone instance:
bin/instance help console
console -- Run the program in the console.
In contrast to foreground this does not turn on debug mode.
ZeoServer available commands:
bin/zeo help
Documented commands (type help <topic>):
========================================
fg help logreopen reopen_transcript show status wait
foreground kill logtail restart start stop
This make it very difficult to start ZEO server in foreground (useful within Docker containers) and also have the logs redirected to STDOUT/STDERR
Expected behavior:
$ bin/zeoserver console
equivalent
$ bin/zeoserver start
$ bin/zeoserver logtail
SIGTERM (Ctrl+C) should stop ZEO gracefully (equivalent bin/zeoserver stop)
The text was updated successfully, but these errors were encountered:
Unfortunately there is no
console
equivalent like we have for Plone instance:ZeoServer available commands:
This make it very difficult to start ZEO server in foreground (useful within Docker containers) and also have the logs redirected to STDOUT/STDERR
Expected behavior:
$ bin/zeoserver console
equivalent
SIGTERM (Ctrl+C) should stop ZEO gracefully (equivalent
bin/zeoserver stop
)The text was updated successfully, but these errors were encountered: