Skip to content
danmacpherson edited this page Feb 7, 2013 · 1 revision

List of log files

Fedora 14, Sept-26

Location: /var/log/

file permissions user group format and content
deltacloud-core drwxr-xr-x root root
.log -rw-r--r-- nobody root ails specific format
aeolus-conductor/ drwxr-xr-x. aeolus aeolus
dbomatic.log -rw-r--r-- aeolus aeolus syslog-like format. calls to deltacloud
rails.log -rw-r--r-- aeolus aeolus UI queries
thin.log -rw-r--r-- aeolus aeolus like rails boot. boot events.
dbomatic-parser.log -rw-rw-rw-. aeolus aeolus syslog-like
aeolus-configure/
aeolus-configure.log -rw-r--r--. root root puppet specific. actions during aeolus-configure, file and dependency checks
imagefactory.log -rw-rw-rw-. root root syslog-like format. Build and push events
iwhd.log -rw-r--r--. root root iwhd specific format. GET and POST actions for templates, images, builds, target_images **to enable debug logging:** Edit /etc/init.d/iwhd, Add ’ -v’ to IWHD\_ARGS

Current , F15/Rawhide

Config files

Options to switch verbose logging

aeolus-configure: -v or --verbose aeolus-image: NONE aeolus-cleanup: -v or--verbose aeolus-node: NONE

conductor: /etc/aeolus-conductor/database.yml

  development:
      adapter: postgresql
      database: conductor_development
      username: aeolus
      password: 
      host: localhost
      min_messages: warning
Clone this wiki locally