File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
1010 - Use ` --file-log-max-files ` (or ` FILE_LOG_MAX_FILES ` ) to limit the number of log files kept.
1111 - Use ` --file-log-rotation-period ` (or ` FILE_LOG_ROTATION_PERIOD ` ) to configure the frequency of rotation.
1212 - Use ` --console-log-format ` (or ` CONSOLE_LOG_FORMAT ` ) to set the format to ` plain ` (default) or ` json ` .
13- - Adds Listener integration for Trino ([ #753 ] ).
13+ - Add Listener integration for Trino ([ #753 ] ).
1414
1515### Changed
1616
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ pub enum Error {
3232
3333 #[ snafu( display( "failed to build listener volume" ) ) ]
3434 BuildListenerPersistentVolume {
35- source : ListenerOperatorVolumeSourceBuilderError ,
35+ source : stackable_operator :: builder :: pod :: volume :: ListenerOperatorVolumeSourceBuilderError ,
3636 } ,
3737}
3838
You can’t perform that action at this time.
0 commit comments