Enhance logging.

This commit is contained in:
Stephan Porada
2019-09-12 11:35:23 +02:00
parent 129ee05b51
commit 926935af56
3 changed files with 9 additions and 5 deletions

View File

@ -17,10 +17,8 @@ As a last step texts can be loaded into an information retrieval system to query
## Setup
0. **Create log files**
``` basj
``` bash
mkdir /logs
touch /logs/opaque_flask.log
touch /logs/opaque_daemon.log
```