aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-07-03 23:58:24 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-07-03 23:58:24 -0300
commit384a3aaf7d9399242602c320e46a866eadfb5ac5 (patch)
tree113d5e898d79385faba4d2cb4e463956758577ef /etc
parentadded the new ebuild (diff)
downloadg-octave-384a3aaf7d9399242602c320e46a866eadfb5ac5.tar.gz
g-octave-384a3aaf7d9399242602c320e46a866eadfb5ac5.tar.bz2
g-octave-384a3aaf7d9399242602c320e46a866eadfb5ac5.zip
added support to logging actions to a file. not used yet.
Diffstat (limited to 'etc')
-rw-r--r--etc/g-octave.cfg15
-rw-r--r--etc/g-octave.cfg.devel5
2 files changed, 18 insertions, 2 deletions
diff --git a/etc/g-octave.cfg b/etc/g-octave.cfg
index 08efd96..eba067f 100644
--- a/etc/g-octave.cfg
+++ b/etc/g-octave.cfg
@@ -8,16 +8,29 @@
# ALERT: g-octave only supports emerge/portage from now
# the directory where will be saved the auxiliary files
+#
#db = /var/cache/g-octave
# the path to the overlay, need to be appended to the environment variable
# PORTDIR_OVERLAY
+#
#overlay = /usr/local/portage/g-octave
# the comma-separated list of available categories.
-# PLEASE DON'T TOUCH THIS!
+#
#categories = main,extra,language
# the mirror where g-octave will look for the auxiliary files
# keep as it is.
+#
#db_mirror = http://g-octave.rafaelmartins.eng.br/distfiles/db/
+
+# the logging level
+# available levels: debug, info, warning, error, critical
+# leave empty to disable the logging feature.
+#
+#log_level =
+
+# the file that will store the logging messages
+#
+#log_file = /var/log/g-octave.log
diff --git a/etc/g-octave.cfg.devel b/etc/g-octave.cfg.devel
index f7d8b0e..1c13cd1 100644
--- a/etc/g-octave.cfg.devel
+++ b/etc/g-octave.cfg.devel
@@ -1,5 +1,8 @@
[main]
-#db = /development/contrib/octave-forge
+db = db
#overlay = /development/contrib/octave-overlay
#categories = main,extra,language
#db_mirror = http://files.rafaelmartins.eng.br/octave-forge
+
+log_file = g-octave.log
+log_level = debug