Skip to content

"Unable to determine time zone" should be logged, not printed #980

@lefth

Description

@lefth

System:

  • v0.10.1
  • command: ls -l
  • operating system: linux, OpenWrt, a recent snapshot. An arm7 musl system.

What happens:
"Unable to determine time zone: No such file or directory (os error 2)" is printed to stdout.

What should happen:

  • This string should be logged, not shown--because time zones are an optional feature. The tool should still work with UTC.
  • If the string is printed, it should go to stderr, so it won't become part of output redirection. After all, the error message is not a file. It shouldn't be considered part of the data displayed by exa.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions