Skip to content
Snippets Groups Projects
  • dpsutton's avatar
    3f8317ad
    Increase log level to INFO from error (#47397) · 3f8317ad
    dpsutton authored
    * Increase log level to INFO from error
    
    Closes #47396
    
    logs before:
    ```
    2024-08-29 08:37:03,836 INFO db.liquibase :: Checking if Database has unrun migrations...
    2024-08-29 08:37:04,045 INFO db.liquibase :: Database has unrun migrations. Checking if migration lock is taken...
    2024-08-29 08:37:04,047 INFO db.liquibase :: No migration lock found.
    2024-08-29 08:37:04,047 INFO db.liquibase :: Migration lock acquired.
    2024-08-29 08:37:04,167 INFO db.liquibase :: Running 83 migrations ...
    ```
    
    logs after:
    
    ```
    2024-08-29 08:39:45,019 INFO db.liquibase :: Running 83 migrations ...
    ...
    2024-08-29 08:39:45,166 INFO liquibase.changelog :: ChangeSet migrations/001_update_migrations.yaml::v49.2024-06-27T00:00:00::calherries ran successfully in 0ms
    2024-08-29 08:39:45,182 INFO liquibase.changelog :: Columns is_defective_duplicate(boolean) added to metabase_field
    2024-08-29 08:39:45,182 INFO liquibase.changelog :: ChangeSet migrations/001_update_migrations.yaml::v49.2024-06-27T00:00:01::calherries ran successfully in 14ms
    2024-08-29 08:39:45,199 INFO liquibase.changelog :: Custom SQL executed
    2024-08-29 08:39:45,200 INFO liquibase.changelog :: ChangeSet migrations/001_update_migrations.yaml::v49.2024-06-27T00:00:02::calherries ran successfully in 16ms
    2024-08-29 08:39:45,202 INFO liquibase.changelog :: Foreign key fk_field_parent_ref_field_id dropped
    2024-08-29 08:39:45,202 INFO liquibase.changelog :: ChangeSet migrations/001_update_migrations.yaml::v49.2024-06-27T00:00:03::calherries ran successfully in 1ms
    2024-08-29 08:39:45,204 INFO liquibase.changelog :: Foreign key constraint added to metabase_field (parent_id)
    2024-08-29 08:39:45,205 INFO liquibase.changelog :: ChangeSet migrations/001_update_migrations.yaml::v49.2024-06-27T00:00:04::calherries ran successfully in 2ms
    ...
    ```
    
    * empty commit to bump CI
    Increase log level to INFO from error (#47397)
    dpsutton authored
    * Increase log level to INFO from error
    
    Closes #47396
    
    logs before:
    ```
    2024-08-29 08:37:03,836 INFO db.liquibase :: Checking if Database has unrun migrations...
    2024-08-29 08:37:04,045 INFO db.liquibase :: Database has unrun migrations. Checking if migration lock is taken...
    2024-08-29 08:37:04,047 INFO db.liquibase :: No migration lock found.
    2024-08-29 08:37:04,047 INFO db.liquibase :: Migration lock acquired.
    2024-08-29 08:37:04,167 INFO db.liquibase :: Running 83 migrations ...
    ```
    
    logs after:
    
    ```
    2024-08-29 08:39:45,019 INFO db.liquibase :: Running 83 migrations ...
    ...
    2024-08-29 08:39:45,166 INFO liquibase.changelog :: ChangeSet migrations/001_update_migrations.yaml::v49.2024-06-27T00:00:00::calherries ran successfully in 0ms
    2024-08-29 08:39:45,182 INFO liquibase.changelog :: Columns is_defective_duplicate(boolean) added to metabase_field
    2024-08-29 08:39:45,182 INFO liquibase.changelog :: ChangeSet migrations/001_update_migrations.yaml::v49.2024-06-27T00:00:01::calherries ran successfully in 14ms
    2024-08-29 08:39:45,199 INFO liquibase.changelog :: Custom SQL executed
    2024-08-29 08:39:45,200 INFO liquibase.changelog :: ChangeSet migrations/001_update_migrations.yaml::v49.2024-06-27T00:00:02::calherries ran successfully in 16ms
    2024-08-29 08:39:45,202 INFO liquibase.changelog :: Foreign key fk_field_parent_ref_field_id dropped
    2024-08-29 08:39:45,202 INFO liquibase.changelog :: ChangeSet migrations/001_update_migrations.yaml::v49.2024-06-27T00:00:03::calherries ran successfully in 1ms
    2024-08-29 08:39:45,204 INFO liquibase.changelog :: Foreign key constraint added to metabase_field (parent_id)
    2024-08-29 08:39:45,205 INFO liquibase.changelog :: ChangeSet migrations/001_update_migrations.yaml::v49.2024-06-27T00:00:04::calherries ran successfully in 2ms
    ...
    ```
    
    * empty commit to bump CI
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
log4j2.xml 1.48 KiB