mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 20:46:56 +00:00
scyllatop uses a log file, if opening the file fails, the user should get a clear response not an exception trace. The same is true for connecting to scylla After this patch the following: $ scyllatop.py -L /usr/lib/scyllatop.log scyllatop failed opening log file: '/usr/lib/scyllatop.log' With an error: [Errno 13] Permission denied: '/usr/lib/scyllatop.log' Fixes #3860 Signed-off-by: Amnon Heiman <amnon@scylladb.com> Message-Id: <20181021065525.22749-1-amnon@scylladb.com>