| 1 |
EGGROLL_HOME |
Sets the root path of Eggroll. All relative paths used in Eggroll are based on EGGROLL_HOME |
(as user input) |
|
| 2 |
EGGROLL_LOG_LEVEL |
Sets Eggroll's log level. If EGGROLL_LOG_LEVEL is equal to or more detail than DEBUG, logs will also be printed to STDOUT |
ERROR, WARN, INFO, DEBUG, TRACE |
INFO |
| 3 |
EGGROLL_LOG_CONSOLE |
If 1, logs will be printed to STDOUT, regardless of EGGROLL_LOG_LEVEL |
0, 1 |
0 |
| 4 |
EGGROLL_LOG_FILE |
Sets the output log file name |
(as user input) |
eggroll.py.log (python), eggroll.jvm.log (jvm) |