1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Rename widget logging to logger to maintain consistency

This commit is contained in:
Anand Sudhir Prayaga
2018-06-19 14:22:08 +02:00
parent 95cd6ee23c
commit 65ef6fc9eb
44 changed files with 61 additions and 61 deletions

View File

@@ -1,5 +1,5 @@
---
title: "Logging"
title: "Logger"
date: 2018-06-16T14:22:18-07:00
draft: false
---
@@ -30,7 +30,7 @@ Arrow keys scroll through the log file.
## Configuration
```yaml
logging:
logger:
enabled: true
position:
top: 5

View File

@@ -38,7 +38,7 @@
<li class="sidebar-list-item-2"><a href="/posts/modules/ipinfo/">IPInfo</a></li>
<li class="sidebar-list-item-2"><a href="/posts/modules/jenkins/">Jenkins</a></li>
<li class="sidebar-list-item-2"><a href="/posts/modules/jira/">Jira</a></li>
<li class="sidebar-list-item-2"><a href="/posts/modules/logging/">Logging</a></li>
<li class="sidebar-list-item-2"><a href="/posts/modules/logger/">Logger</a></li>
<li class="sidebar-list-item-2"><a href="/posts/modules/newrelic/">New Relic</a></li>
<li class="sidebar-list-item-2"><a href="/posts/modules/opsgenie/">OpsGenie</a></li>
<li class="sidebar-list-item-2"><a href="/posts/modules/power/">Power</a></li>