fedora-image-uploader: Fix config for new package name
The Python package was renamed[0] upstream. Because the container contains a default CMD that was updated to reference the new callback path, the only thing that broke in production was the logging. [0] https://pagure.io/cloud-image-uploader/pull-request/15
This commit is contained in:
parent
a57f42882b
commit
f0f0062de1
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# https://fedora-messaging.readthedocs.io/en/latest/configuration.html.
|
||||
|
||||
amqp_url = "amqps://cloud-image-uploader{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
|
||||
callback = "fedora_cloud_image_uploader:Uploader"
|
||||
callback = "fedora_image_uploader:Uploader"
|
||||
passive_declares = true
|
||||
|
||||
[tls]
|
||||
|
@ -93,7 +93,7 @@ level = "INFO"
|
|||
propagate = false
|
||||
handlers = ["console", "email"]
|
||||
|
||||
[log_config.loggers.fedora_cloud_image_uploader]
|
||||
[log_config.loggers.fedora_image_uploader]
|
||||
level = "INFO"
|
||||
propagate = false
|
||||
handlers = ["console", "email"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue