]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dict: Remove "dict client: " log prefix
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 6 Apr 2020 08:05:19 +0000 (11:05 +0300)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 6 Apr 2020 08:05:19 +0000 (11:05 +0300)
Almost all log messages from dict process would end up having this prefix.

src/dict/dict-connection.c

index c9418e4c71858fc422b26d82282cc9a931861cce..36288e1e8df4e3b6e6181f552a1ca3561928fefb 100644 (file)
@@ -129,7 +129,6 @@ dict_connection_create(struct master_service_connection *master_conn)
 
        connection_init_server(dict_connections, &conn->conn, master_conn->name,
                               master_conn->fd, master_conn->fd);
-       event_set_append_log_prefix(conn->conn.event, "dict client: ");
        event_add_category(conn->conn.event, &dict_server_event_category);
 
        o_stream_set_flush_callback(conn->conn.output, dict_connection_output,