Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aura-engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Kruse
aura-engine
Commits
cd09c98b
Commit
cd09c98b
authored
4 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
Add logging docs to monitoring.
parent
2b4b6395
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/engine-features.md
+20
-0
20 additions, 0 deletions
docs/engine-features.md
with
20 additions
and
0 deletions
docs/engine-features.md
+
20
−
0
View file @
cd09c98b
...
@@ -20,6 +20,7 @@ This page gives a more detailed overview of the Aura Engine features and how to
...
@@ -20,6 +20,7 @@ This page gives a more detailed overview of the Aura Engine features and how to
-
[
Send mails on errors and warnings
](
#send-mails-on-errors-and-warnings
)
-
[
Send mails on errors and warnings
](
#send-mails-on-errors-and-warnings
)
-
[
Engine Status Information
](
#engine-status-information
)
-
[
Engine Status Information
](
#engine-status-information
)
-
[
Engine Heartbeat
](
#engine-heartbeat
)
-
[
Engine Heartbeat
](
#engine-heartbeat
)
-
[
Logging
](
#logging
)
-
[
Read more
](
#read-more
)
-
[
Read more
](
#read-more
)
<!-- /TOC -->
<!-- /TOC -->
...
@@ -196,6 +197,7 @@ You have following options to monitor the Engine:
...
@@ -196,6 +197,7 @@ You have following options to monitor the Engine:
*
Send mails on errors and warnings
*
Send mails on errors and warnings
*
Engine Status Information
*
Engine Status Information
*
Engine Heartbeat
*
Engine Heartbeat
*
Logging
### Send mails on errors and warnings
### Send mails on errors and warnings
...
@@ -247,6 +249,24 @@ One scenario could be switching to another Engine instance or any other failover
...
@@ -247,6 +249,24 @@ One scenario could be switching to another Engine instance or any other failover
Under
`contrib/heartbeat-monitor`
you'll find some sample application digesting these
Under
`contrib/heartbeat-monitor`
you'll find some sample application digesting these
heartbeat signals.
heartbeat signals.
### Logging
In development all Engine logs can be found under
`./log`
, and for production they can
are located in
`/var/log/aura`
. Adapt the log-level within your configuration to get
more or less verbose log output:
```
ini
logdir
=
"/var/log/aura"
# Possible values: debug, info, warning, error, critical
loglevel
=
"info"
```
The log directory holds individual logs from Engine Core, Liquidsoap and the API.
But also
`stout`
outputs from supervisor services are written there.
Additionally you'll finde Supervisor specific logs under
`/var/log/supervisor`
.
## Read more
## Read more
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment