Skip to content

error logs enabled by default, causing glitches in UI #238

@osa1

Description

@osa1

Try this config with a rustls build:

    - addr: irc.rizon.net
      port: 6697
      tls: true
      realname: test
      nicks: ['test']

tiny will be dumping this stuff to stderr:

[2020-08-17T07:34:05Z] ERROR [/home/omer/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.18.0/src/session.rs:512] TLS alert received: Message {
    typ: Alert,
    version: TLSv1_2,
    payload: Alert(
        AlertMessagePayload {
            level: Fatal,
            description: HandshakeFailure,
        },
    ),
}
[2020-08-17T07:34:05Z] ERROR [/home/omer/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.18.0/src/session.rs:512] TLS alert received: Message {
    typ: Alert,
    version: TLSv1_2,
    payload: Alert(
        AlertMessagePayload {
            level: Fatal,
            description: HandshakeFailure,
        },
    ),
}

Normally logs enabled manually, with something like RUST_LOG=debug tiny. I don't know why these are enabled by default.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions