gbonazzoli opened a new issue, #23926:
URL: https://github.com/apache/airflow/issues/23926
### Apache Airflow version
2.3.1 (latest released)
### What happened
gunicorn log file is full of these messages.
This behavior was present also in release 2.3.0
I don't think that was a problem in Airflow 2.2.x
The problem is that web server now is much weekier than before and it is the
second time in a week that I found it not running.
```
[2022-05-26 05:50:55,083] {manager.py:585} INFO - Removed Permission menu
access on Permissions to role Admin
[2022-05-26 05:50:55,098] {manager.py:543} INFO - Removed Permission View:
menu_access on Permissions
[2022-05-26 05:50:55,159] {manager.py:508} INFO - Created Permission View:
menu access on Permissions
[2022-05-26 05:50:55,164] {manager.py:568} INFO - Added Permission menu
access on Permissions to role Admin
[2022-05-26 05:51:25,688] {manager.py:585} INFO - Removed Permission menu
access on Permissions to role Admin
[2022-05-26 05:51:25,704] {manager.py:543} INFO - Removed Permission View:
menu_access on Permissions
[2022-05-26 05:51:25,763] {manager.py:508} INFO - Created Permission View:
menu access on Permissions
[2022-05-26 05:51:25,769] {manager.py:568} INFO - Added Permission menu
access on Permissions to role Admin
[2022-05-26 05:51:56,283] {manager.py:585} INFO - Removed Permission menu
access on Permissions to role Admin
[2022-05-26 05:51:56,297] {manager.py:543} INFO - Removed Permission View:
menu_access on Permissions
[2022-05-26 05:51:56,353] {manager.py:508} INFO - Created Permission View:
menu access on Permissions
[2022-05-26 05:51:56,358] {manager.py:568} INFO - Added Permission menu
access on Permissions to role Admin
[2022-05-26 05:52:26,954] {manager.py:585} INFO - Removed Permission menu
access on Permissions to role Admin
[2022-05-26 05:52:26,971] {manager.py:543} INFO - Removed Permission View:
menu_access on Permissions
[2022-05-26 05:52:27,033] {manager.py:508} INFO - Created Permission View:
menu access on Permissions
[2022-05-26 05:52:27,040] {manager.py:568} INFO - Added Permission menu
access on Permissions to role Admin
[2022-05-26 05:52:57,595] {manager.py:585} INFO - Removed Permission menu
access on Permissions to role Admin
[2022-05-26 05:52:57,610] {manager.py:543} INFO - Removed Permission View:
menu_access on Permissions
[2022-05-26 05:52:57,679] {manager.py:508} INFO - Created Permission View:
menu access on Permissions
[2022-05-26 05:52:57,684] {manager.py:568} INFO - Added Permission menu
access on Permissions to role Admin
[2022-05-26 05:53:28,130] {manager.py:585} INFO - Removed Permission menu
access on Permissions to role Admin
[2022-05-26 05:53:28,148] {manager.py:543} INFO - Removed Permission View:
menu_access on Permissions
[2022-05-26 05:53:28,209] {manager.py:508} INFO - Created Permission View:
menu access on Permissions
[2022-05-26 05:53:28,214] {manager.py:568} INFO - Added Permission menu
access on Permissions to role Admin
```
### What you think should happen instead
Log must be clear and gunicorn stable as a rock.
### How to reproduce
Just launch gunicorn
### Operating System
Ubuntu 20.04.4 LTS
### Versions of Apache Airflow Providers
```
apache-airflow-providers-celery==2.1.4
apache-airflow-providers-ftp==2.1.2
apache-airflow-providers-http==2.1.2
apache-airflow-providers-imap==2.2.3
apache-airflow-providers-microsoft-mssql==2.1.3
apache-airflow-providers-microsoft-winrm==2.0.5
apache-airflow-providers-mysql==2.2.3
apache-airflow-providers-openfaas==2.0.3
apache-airflow-providers-oracle==2.2.3
apache-airflow-providers-postgres==4.1.0
apache-airflow-providers-samba==3.0.4
apache-airflow-providers-sftp==2.6.0
apache-airflow-providers-sqlite==2.1.3
apache-airflow-providers-ssh==2.4.4
```
### Deployment
Virtualenv installation
### Deployment details
gunicorn is configured with AUTH_LDAP option
### Anything else
no
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]