Skip to content

Commit

Permalink
fix topics
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromorgan committed May 26, 2016
1 parent 56b29f7 commit c83b20f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions manual/appconf.md
Expand Up @@ -595,5 +595,5 @@ error.link = "subl://open?url=file://{% raw %}{{Path}}{% endraw %}&line={% raw %


<hr>
- See the godocs for [config.go](../docs/godoc/config.html)
- Issues tagged with [`config`](https://github.com/revel/revel/labels/config)
- See the godocs for [`Config`](https://godoc.org/github.com/revel/revel#MergedConfig)
- Issues tagged with [config](https://github.com/revel/revel/labels/topicconfig)
13 changes: 8 additions & 5 deletions manual/logging.md
@@ -1,14 +1,17 @@
---
title: Logging
layout: manual
gh_labels:
- topic-logging

---

Revel provides four loggers:

* TRACE - debugging information only.
* INFO - informational.
* WARN - something unexpected but not harmful.
* ERROR - someone should take a look at this.
* `TRACE` - debugging information only.
* `INFO` - informational.
* `WARN` - something unexpected but not harmful.
* `ERROR` - someone should take a look at this.

Example usage within a Revel app:
{% highlight go %}
Expand Down Expand Up @@ -61,4 +64,4 @@ Areas for development:
* Revel should create the log directory if it does not already exist.

<hr>
- Issues tagged with [`log`](https://github.com/revel/revel/labels/log)
- Issues tagged with [`log`](https://github.com/revel/revel/labels/topic-log)

0 comments on commit c83b20f

Please sign in to comment.