-
Notifications
You must be signed in to change notification settings - Fork 68
Environment Variables
Max edited this page Oct 28, 2020
·
2 revisions
# | key | description | available values | default value |
---|---|---|---|---|
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) |
- Overview
-
Eggroll FAQ
-
Configurations
- 3.1. eggroll.properties: Eggroll's Main configuration File
- 3.2. Environment Variables
- 3.3. RollSite: Configuring Route Table
- 3.4. RollSite: Configuring Secure Communications
- 3.5. RollSite: Configuring Polling Mode
- 3.6. RollSite: Passing Through a HTTP/1 Network
- Deployment