storj/private
Ethan 159df8b2e4 Add logging listener for retrieving and setting log levels
See https://storjlabs.atlassian.net/browse/SM-752

These changes allow us to change the log level at runtime through a handler off of the debug endpoint.

Examples of changing the log level on storj-sim

To get the current level for the satellite api process:
curl -XGET 'http://127.0.0.1:10009/logging' --header 'Content-Type: text/plain'

To change the log level:
curl -XPUT 'http://127.0.0.1:10009/logging' --header 'Content-Type: text/plain' --data-raw '{"level":"error"}'

Change-Id: I05d164b290929fa06b6d78c01075ee41f8238044
2020-05-12 16:38:06 -04:00
..
cui private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
currency private/currency: add strictcsv support to microunit 2020-03-31 14:57:04 -06:00
date private/date: MonthsCountSince removed, being unused anymore 2020-04-30 15:14:17 +00:00
dbutil private/dbutil/pgtest: support multiple databases for testing 2020-04-28 21:55:49 +03:00
debugging private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
lifecycle all: use monkit v3 2020-02-05 23:53:17 +00:00
migrate private/dbutil/pgtest: support multiple databases for testing 2020-04-28 21:55:49 +03:00
post all: use monkit v3 2020-02-05 23:53:17 +00:00
prompt private/prompt: remove dependency to go-prompt 2020-02-25 13:09:41 +02:00
tagsql private/dbutil/pgtest: support multiple databases for testing 2020-04-28 21:55:49 +03:00
testblobs storagenode: Include trash space when calculating space used 2019-12-23 19:07:03 -07:00
testplanet Add logging listener for retrieving and setting log levels 2020-05-12 16:38:06 -04:00
testrevocation storage/redis/redisserver: simplify redisserver creation 2020-02-11 19:11:57 +00:00
teststorj common: separate repository 2019-12-27 14:11:15 +02:00
testuplink private/testuplink: delete delete 2020-04-21 13:56:40 +00:00
version satellite: update log levels (#3851) 2020-04-15 12:32:22 -07:00
web satellite/console: Increase default webUI rate limit to 5 2020-05-12 16:12:17 +00:00