You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/07/04 13:44:49 UTC

[GitHub] [shardingsphere-elasticjob-lite] terrymanu opened a new issue #937: Switch off hibernate log when execute mvn install

terrymanu opened a new issue #937:
URL: https://github.com/apache/shardingsphere-elasticjob-lite/issues/937


   We should keep clear for `mvn install`, the log below should be switch off:
   
   ```
   [INFO ] 2020-07-04 21:36:48,669 --task-1-- [org.hibernate.jpa.internal.util.LogHelper] HHH000204: Processing PersistenceUnitInfo [name: default] 
   [INFO ] 2020-07-04 21:36:48,678 --task-1-- [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 
   Hibernate: drop table if exists job_execution_log CASCADE 
   Hibernate: drop table if exists job_register_statistics CASCADE 
   Hibernate: drop table if exists job_running_statistics CASCADE 
   Hibernate: drop table if exists job_status_trace_log CASCADE 
   Hibernate: drop table if exists task_result_statistics CASCADE 
   Hibernate: drop table if exists task_running_statistics CASCADE 
   Hibernate: create table job_execution_log (id varchar(255) not null, complete_time timestamp, execution_source varchar(255), failure_cause varchar(255), hostname varchar(255), ip varchar(255), is_success boolean, job_name varchar(255), sharding_item integer, start_time timestamp, task_id varchar(255), primary key (id))
   Hibernate: create table job_register_statistics (id bigint generated by default as identity (start with 1), creation_time timestamp not null, registered_count integer, statistics_time timestamp not null, primary key (id))
   Hibernate: create table job_running_statistics (id bigint generated by default as identity (start with 1), creation_time timestamp not null, running_count integer, statistics_time timestamp not null, primary key (id))
   Hibernate: create table job_status_trace_log (id varchar(255) not null, creation_time timestamp, execution_type varchar(255), job_name varchar(255), message varchar(255), original_task_id varchar(255), sharding_item varchar(255), slave_id varchar(255), source varchar(255), state varchar(255), task_id varchar(255), primary key (id))
   Hibernate: create table task_result_statistics (id bigint generated by default as identity (start with 1), creation_time timestamp not null, failed_count bigint, statistic_interval varchar(10), statistics_time timestamp not null, success_count bigint, primary key (id))
   Hibernate: create table task_running_statistics (id bigint generated by default as identity (start with 1), creation_time timestamp not null, running_count integer, statistics_time timestamp not null, primary key (id))
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob-lite] kekerzzZ commented on issue #937: Switch off hibernate log when execute mvn install

Posted by GitBox <gi...@apache.org>.
kekerzzZ commented on issue #937:
URL: https://github.com/apache/shardingsphere-elasticjob-lite/issues/937#issuecomment-653768476


   I can do this. please assign to me.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob-lite] terrymanu closed issue #937: Switch off hibernate log when execute mvn install

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #937:
URL: https://github.com/apache/shardingsphere-elasticjob-lite/issues/937


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob-lite] terrymanu commented on issue #937: Switch off hibernate log when execute mvn install

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #937:
URL: https://github.com/apache/shardingsphere-elasticjob-lite/issues/937#issuecomment-653768646


   @kekerzzZ Thank you, assigned.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org