just changed a log
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/performfish-analytics-portlet@178555 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
bdad35257d
commit
d518ab14c1
|
@ -151,7 +151,7 @@ public class EntityManagerFactoryCreator {
|
|||
public static String getJDBCConnectionUrl(boolean localMode) throws SessionExpired, Exception{
|
||||
|
||||
if(localMode){
|
||||
log.warn("LOCAL MODE ACTIVED");
|
||||
log.warn("DB EMBEDDED MODE ACTIVATED");
|
||||
return "jdbc:h2:"+getPersistenceFolderPath()+"/H2AnalyticsDB;create=true";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue