Skip to content

Commit

Permalink
update tana log
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumewuip committed Aug 29, 2023
1 parent 538123d commit 8d8717a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rss-to-tana/tana.js
Expand Up @@ -54,7 +54,7 @@ setInterval(
postItems(items)
.then(() => Store.saveItemsSaved(items.map(item => item.id)))
.then(() => {
Log.debug(`${items.length} items saved`);
Log.info(`${items.length} items saved to Tana`);
})
// in case of failure, we put back items in the queue
.catch(error => {
Expand Down

0 comments on commit 8d8717a

Please sign in to comment.