diff --git a/modules/openstack_project/templates/nodepool/nodepool-builder.logging.conf.erb b/modules/openstack_project/templates/nodepool/nodepool-builder.logging.conf.erb
index 374809e61d..f6db3850a3 100644
--- a/modules/openstack_project/templates/nodepool/nodepool-builder.logging.conf.erb
+++ b/modules/openstack_project/templates/nodepool/nodepool-builder.logging.conf.erb
@@ -8,8 +8,8 @@
 [loggers]
 keys=root,nodepool,requests,shade,image,kazoo,
  dib_debian-jessie, dib_ubuntu-trusty, dib_ubuntu-xenial, dib_centos-7,
- dib_fedora-25, dib_opensuse-422, rax-dfw_upload, rax-ord_upload,
- rax-iad_upload, ovh-gra1_upload, ovh-bhs1_upload,
+ dib_fedora-25, dib_opensuse-422, dib_opensuse-423, rax-dfw_upload,
+ rax-ord_upload, rax-iad_upload, ovh-gra1_upload, ovh-bhs1_upload,
  internap-mtl01_upload, osic-cloud1-s3500_upload,
  osic-cloud1-s3700_upload, tripleo-test-cloud-rh1_upload,
  infracloud-vanilla_upload, infracloud-chocolate_upload,
@@ -19,8 +19,8 @@ keys=root,nodepool,requests,shade,image,kazoo,
 [handlers]
 keys=console,debug,normal,image,
  dib_debian-jessie, dib_ubuntu-trusty, dib_ubuntu-xenial, dib_centos-7,
- dib_fedora-25, dib_opensuse-422, rax-dfw_upload, rax-ord_upload,
- rax-iad_upload, ovh-gra1_upload, ovh-bhs1_upload,
+ dib_fedora-25, dib_opensuse-422, dib_opensuse-423, rax-dfw_upload,
+ rax-ord_upload, rax-iad_upload, ovh-gra1_upload, ovh-bhs1_upload,
  internap-mtl01_upload, osic-cloud1-s3500_upload,
  osic-cloud1-s3700_upload, tripleo-test-cloud-rh1_upload,
  infracloud-vanilla_upload, infracloud-chocolate_upload,
@@ -164,6 +164,18 @@ class=logging.handlers.TimedRotatingFileHandler
 formatter=simple
 args=('<%= @image_log_document_root %>/dib.opensuse-422.log', 'H', 8, 30,)
 
+[logger_dib_opensuse-423]
+level=DEBUG
+handlers=dib_opensuse-423
+qualname=nodepool.image.build.opensuse-423
+propagate=0
+
+[handler_dib_opensuse-423]
+level=DEBUG
+class=logging.handlers.TimedRotatingFileHandler
+formatter=simple
+args=('<%= @image_log_document_root %>/dib.opensuse-423.log', 'H', 8, 30,)
+
 [logger_rax-dfw_upload]
 level=DEBUG
 handlers=rax-dfw_upload