[PR #5056] Update log filename format to include timestamp #4406

Open
opened 2026-04-25 00:19:37 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/5056
Author: @Gernomaly
Created: 2/13/2026
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 7e42074 Update log filename format to include timestamp

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 server/scanner/LibraryScan.js (+1 -1)

📄 Description

Brief summary

The PR extends the timestamp in the filename, to make it easier to differentiate the logs if you are debugging.

Which issue is fixed?

I had to debug the library scan due to some books not showing up. During that it was very annoying to differentiate log files, due to them only showing the date, not the time.

In-depth Description

I just added minutes, seconds and miliseconds to the timestamp.

How have you tested this?

Screenshots


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/5056 **Author:** [@Gernomaly](https://github.com/Gernomaly) **Created:** 2/13/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`7e42074`](https://github.com/advplyr/audiobookshelf/commit/7e42074f4696ff0915acfab7c38a5322df6c9170) Update log filename format to include timestamp ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/scanner/LibraryScan.js` (+1 -1) </details> ### 📄 Description ## Brief summary The PR extends the timestamp in the filename, to make it easier to differentiate the logs if you are debugging. ## Which issue is fixed? I had to debug the library scan due to some books not showing up. During that it was very annoying to differentiate log files, due to them only showing the date, not the time. ## In-depth Description I just added minutes, seconds and miliseconds to the timestamp. ## How have you tested this? - ## Screenshots - --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:19:37 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4406