Restore log viewing for users
davidmegginson opened this issue · 3 comments
davidmegginson commented
Capping the loglevel at ERROR means that users can no longer view lower-level errors, as in this browser test:
Add a second destination for user-level logging, or remove the feature (not sure if it's much used).
davidmegginson commented
Related to #410
davidmegginson commented
davidmegginson commented
Tested with local logging:
-
when I set a high LOGGING_LEVEL like "ERROR", lower-level messages do not appear in the Flask log for the HTTP server, but I'm still able to see lower-level messages in the HXL Proxy logging window
-
when I set a low LOGGING_LEVEL like "INFO", the lower-level messages do appear in the Flask log for the HTTP server
Marking as closed, but @teodorescuserban can reopen if it doesn't perform as expected in the shared infrastructure.