Commit Graph

9 Commits

Author SHA1 Message Date
Ivan Habunek 57be6beae8
Log request exceptions 2023-11-21 16:50:19 +01:00
Ivan Habunek ed1aea9cba
Cleanup logging, remove color 2023-02-04 09:01:56 +01:00
Daniel Schwarz 459937f196 --verbose and --no-color options now work with --debug logging 2023-01-29 09:32:25 +01:00
Ivan Habunek 69b9ab3164
Truncate long log lines unless --verbose given 2022-12-27 12:15:21 +01:00
Ivan Habunek b15cb85a23
Standardize http request method parameters
This allows setting either json or data. Until now we were always using
data and this is not enough for some endpoints.
2022-11-24 11:20:59 +01:00
Ivan Habunek ad96143ee0
Censor authorization header value in logs 2020-05-11 12:46:27 +02:00
Ivan Habunek 508b4ff7ea
Enable logging to a file 2018-01-14 15:34:41 +01:00
Ivan Habunek 6a3c877270
Reimplement configuration to allow multiple logins
The configuration is now stored in a single json encoded file instead of
separate files.
2018-01-02 12:24:32 +01:00
Ivan Habunek cf9efc128a
Extract logging code 2017-12-30 13:06:24 +01:00