Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Aleksandr Konstantinov
arc
Commits
5413e138
Commit
5413e138
authored
Apr 18, 2018
by
Aleksandr Konstantinov
Browse files
Adjusting a-rex default log level to INFO.
parent
0e14c99b
Pipeline
#1453
passed with stage
in 62 minutes and 7 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/services/a-rex/a-rex.in
View file @
5413e138
...
...
@@ -579,7 +579,7 @@ prepare() {
3
)
LOGLEVEL
=
"INFO"
;;
4
)
LOGLEVEL
=
"VERBOSE"
;;
5
)
LOGLEVEL
=
"DEBUG"
;;
*
)
LOGLEVEL
=
"
WARNING
"
;;
*
)
LOGLEVEL
=
"
INFO
"
;;
esac
LOGFILE
=
${
LOGFILE
:-
/var/log/arc/arex.log
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment