Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow DEBUG env variable to permit console messages; drop term "NAS" #103

Merged
merged 3 commits into from
Sep 5, 2024

Conversation

naknomum
Copy link
Member

@naknomum naknomum commented Sep 4, 2024

allow environment variable DEBUG (set to 1) to allow console messages to be displayed.

can be passed on docker command as: .... -e DEBUG=1 ...

does not address a numbered issue.

app.js Outdated
@@ -57,7 +57,7 @@ const repl = async () => {
console.log('Welcome to Scout');
console.log(lineSeparator);

const imageDirectoryQuestion = `Please create a directory on your NAS where you would like to upload your images. Then, enter the absolute path to that directory here. If you are uploading images to several sub-directories, please only list the parent folder. Eg: /nas/images/ or /nas/\n`;
const imageDirectoryQuestion = `Please create a directory on your image store where you would like to upload your images. Then, enter the absolute path to that directory here. If you are uploading images to several sub-directories, please only list the parent folder. Eg: /nas/images/ or /nas/\n`;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eg: /nas/images/ to Eg: /data/scout/images

Copy link
Member

@TanyaStere42 TanyaStere42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 and an external 👍 from @tsubramanian

@TanyaStere42 TanyaStere42 merged commit c45cd37 into main Sep 5, 2024
@TanyaStere42 TanyaStere42 deleted the debugging_mode branch September 5, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants