diff options
author | Munyoki Kilyungi | 2022-08-23 21:42:56 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2022-08-23 21:42:56 +0300 |
commit | b83285f518421f2e223ca6bd95332d82c270f7fa (patch) | |
tree | 22a380928c44412ea6e62e1b21120cd8a8a27c93 /issues/genenetwork | |
parent | 4a59004bad69ea1bd2cadcf1e2c3446ccbd85be8 (diff) | |
download | gn-gemtext-b83285f518421f2e223ca6bd95332d82c270f7fa.tar.gz |
Update issue on 404 logs
Diffstat (limited to 'issues/genenetwork')
-rw-r--r-- | issues/genenetwork/issue-404-in-logs.gmi | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/issues/genenetwork/issue-404-in-logs.gmi b/issues/genenetwork/issue-404-in-logs.gmi index 0006896..8e69838 100644 --- a/issues/genenetwork/issue-404-in-logs.gmi +++ b/issues/genenetwork/issue-404-in-logs.gmi @@ -1,6 +1,4 @@ -# 404 error in logs - -We get many 404's in GN logs. Can we rewire that so no log entries appear as a full stack dump? +# Better Logging ## Tags @@ -14,12 +12,9 @@ We get many 404's in GN logs. Can we rewire that so no log entries appear as a f => https://flask.palletsprojects.com/en/2.0.x/errorhandling/ -Some of those 404's in our log -mean that we forgot to package something; for -example: +Some of those 404's in our log mean that we forgot to package something; for example: -=> -https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics/commit/e80fe4ddcf15e21004b8135cf8af34b458697f64 +=> https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics/commit/e80fe4ddcf15e21004b8135cf8af34b458697f64 Removing the 404's would prevent us from catching important errors if ever they occur. I suggest we fix the 404's; some of them have a cascading effect, like the font-awesome missing "webfonts" folder I just fixed that leads to a lot of unnecessary 404s. |