Skip to content

Commit

Permalink
Update backend/src/main/java/com/bakdata/conquery/util/SMTPAppenderFa…
Browse files Browse the repository at this point in the history
…ctory.java

Co-authored-by: MT <12283268+thoniTUB@users.noreply.github.com>
  • Loading branch information
awildturtok and thoniTUB authored May 6, 2024
1 parent 414ac2f commit c94dd44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class SMTPAppenderFactory extends AbstractAppenderFactory<IAccessEvent> {
@Override
public Appender<IAccessEvent> build(LoggerContext context, String applicationName, LayoutFactory<IAccessEvent> layoutFactory, LevelFilterFactory<IAccessEvent> levelFilterFactory, AsyncAppenderFactory<IAccessEvent> asyncAppenderFactory) {
final SMTPAppender appender = new SMTPAppender();
appender.setName("cq-smtp-appender");
appender.setName("smtp-appender");

//TODO configure

Expand Down

0 comments on commit c94dd44

Please sign in to comment.