Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/subgraph-oz/commit/3e42e0d31fc1a12afaf5487ad4afb4c7ba1802ae You should set ROOT_URL correctly, otherwise the web may not work correctly.

log a message when Cleanup() is called

networking
brl 10 years ago
parent eb4a01e570
commit 3e42e0d31f

@ -15,6 +15,7 @@ func (fs *Filesystem) Cleanup() error {
fs.log.Warning(msg)
return errors.New(msg)
}
fs.log.Info("Cleanup() called on filesystem at root %s", fs.root)
for {
mnts,err := getMountsBelow(fs.base)

Loading…
Cancel
Save