You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "csp33 (via GitHub)" <gi...@apache.org> on 2023/09/11 10:50:40 UTC

[GitHub] [airflow] csp33 commented on a diff in pull request #34268: Set loglevel=DEBUG in 'Not syncing DAG-level permissions'

csp33 commented on code in PR #34268:
URL: https://github.com/apache/airflow/pull/34268#discussion_r1321358087


##########
airflow/www/security.py:
##########
@@ -684,7 +684,7 @@ def sync_perm_for_dag(
             self.log.info("Syncing DAG-level permissions for DAG '%s'", dag_resource_name)
             self._sync_dag_view_permissions(dag_resource_name, access_control)
         else:
-            self.log.info(
+            self.log.debug(

Review Comment:
   you're totally right, done!



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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