You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Tomoko Uchida (JIRA)" <ji...@apache.org> on 2019/05/04 04:57:00 UTC

[jira] [Created] (LUCENE-8792) Output Luke (for Windows) console log to a file

Tomoko Uchida created LUCENE-8792:
-------------------------------------

             Summary: Output Luke (for Windows) console log to a file
                 Key: LUCENE-8792
                 URL: https://issues.apache.org/jira/browse/LUCENE-8792
             Project: Lucene - Core
          Issue Type: Improvement
          Components: modules/luke
            Reporter: Tomoko Uchida


The current batch suppresses console logs by {{@echo off}}, so you have to change this line to see those when something goes wrong. 
 It would be much better to save the console logs to a file, just like the {{luke.sh}} does (in the shell script all output to STDOUT and STDERR is redirected to a {{$HOME/.luke.d/luke_out.log}}.)

To make things clear: once the app successfully launches, all logs and stack traces in the Java app are properly handled by loggers.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org