Update syntax for 2016-09-13 notes

This commit is contained in:
2016-09-14 22:58:33 +03:00
parent d1acea0709
commit cf4613f484
4 changed files with 9 additions and 4 deletions

View File

@ -189,8 +189,10 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
- CGSpace crashed twice today, errors from `catalina.out`:
```
org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error Timeout waiting for idle object at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:114)
org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error Timeout waiting for idle object
at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:114)
```
- I enabled logging of requests to `/rest` again
## 2016-09-14