diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-31 21:31:45 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-31 21:31:45 +0200 |
commit | 925a1a69fec61d03cb7fb1d5c94d406d17c9917d (patch) | |
tree | f51ac9a08fe10b0a387200a68171af243d0e53f7 | |
parent | 349a0934069a9ccec970599d3b623bc4653ee74d (diff) |
work: demote MOTIS errors to debug (some backends just return 500 sometimes)2.16.1
-rw-r--r-- | lib/Travelynx/Command/work.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx/Command/work.pm b/lib/Travelynx/Command/work.pm index 5ce7e8d..4255787 100644 --- a/lib/Travelynx/Command/work.pm +++ b/lib/Travelynx/Command/work.pm @@ -402,7 +402,7 @@ sub run { }; if ($@) { $errors += 1; - $self->app->log->error( + $self->app->log->debug( "work($uid) @ MOTIS $entry->{backend_name}: $@"); } } |