You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yury Yudin (Jira)" <ji...@apache.org> on 2022/11/07 09:14:00 UTC

[jira] [Created] (IGNITE-18098) ignite3 db should write logs into the logs folder.

Yury Yudin created IGNITE-18098:
-----------------------------------

             Summary: ignite3 db should write logs into the logs folder. 
                 Key: IGNITE-18098
                 URL: https://issues.apache.org/jira/browse/IGNITE-18098
             Project: Ignite
          Issue Type: Improvement
          Components: build
            Reporter: Yury Yudin


Currently ignite3db (executed from unpacked zip distro) appears to create an empty <nodename>.log file in the log directory, but most of the logs are still written into the IGNITE_HOME/ignite3*.log files instead.

Should be written into the log directory instead.
{code:java}
demo@ymac ignite3-db-3.0.0-SNAPSHOT % l
./                   README.md            ignite3db-0.log.lck  work/
../                  bin/                 lib/
LICENSE              etc/                 log/
NOTICE               ignite3db-0.log      pid
jjb@demo ignite3-db-3.0.0-SNAPSHOT % ll log 
total 0
drwxr-xr-x   3 demo  staff   96  7 Nov 08:51 .
drwxr-xr-x  13 demo  staff  416  7 Nov 08:51 ..
-rw-r--r--   1 demo  staff    0  7 Nov 08:51 demo1.log 
demo@ymac ignite3-db-3.0.0-SNAPSHOT %  {code}
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)