Comment out log_file options in glance config files
to make log output appear in g-api and g-reg screen windows,
like the other server daemons...
| ... | ... |
@@ -24,7 +24,7 @@ registry_port = 9191 |
| 24 | 24 |
|
| 25 | 25 |
# Log to this file. Make sure you do not set the same log |
| 26 | 26 |
# file for both the API and registry servers! |
| 27 |
-log_file = %DEST%/glance/api.log |
|
| 27 |
+#log_file = %DEST%/glance/api.log |
|
| 28 | 28 |
|
| 29 | 29 |
# Send logs to syslog (/dev/log) instead of to file specified by `log_file` |
| 30 | 30 |
use_syslog = %SYSLOG% |
| ... | ... |
@@ -13,7 +13,7 @@ bind_port = 9191 |
| 13 | 13 |
|
| 14 | 14 |
# Log to this file. Make sure you do not set the same log |
| 15 | 15 |
# file for both the API and registry servers! |
| 16 |
-log_file = %DEST%/glance/registry.log |
|
| 16 |
+#log_file = %DEST%/glance/registry.log |
|
| 17 | 17 |
|
| 18 | 18 |
# Where to store images |
| 19 | 19 |
filesystem_store_datadir = %DEST%/glance/images |