Johannes Heißler

Results 2 issues of Johannes Heißler

### Describe the bug When an exception is thrown during creation of the server app (for example the port is already in use), an exception error message is always printed....

bug

In the last line of the Dockerfile, it should be ``` CMD ["vzlogger", "--foreground", "-c", "/cfg/vzlogger.conf"] ``` instead of ``` CMD ["vzlogger", "--foreground"] ``` because, else it doesn't work when...