Add Ollama/organize logging to debug 403 filing failures
- Log raw Ollama HTTP body on non-2xx responses - Log JSON extraction failures with raw content - Log organizeWatcher tick errors instead of swallowing them Signed-off-by: William Mantly <wmantly@gmail.com>
This commit is contained in:
@@ -31,6 +31,8 @@ async function tick(){
|
||||
}
|
||||
}catch(error){
|
||||
// Transmission down / transient — just try again next tick.
|
||||
console.error('organizeWatcher tick failed:', error.name, error.message);
|
||||
if(error.stack) console.error(error.stack);
|
||||
}finally{
|
||||
lock = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user