Skip to content

Cro logging mangles shell display #184

@andinus

Description

@andinus

A long running Cro application on the Internet usually ends up with terminal being in this state:

2023-06-12-195546_1423x622_scrot

We have configured it to log to a file:

        after => [
                  Cro::HTTP::Log::File.new(
                      logs => open('http.log', :a),
                      errors => open('error.log', :a),
                  )
              ]

But Malformed request line: errors are logged to STDERR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions