Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
conduit-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
TE-TEAM1
conduit-backend
Compare revisions
77e6f156823a0c85fc20796b5d241c6ee84d41be to f5d9618cff83e7bcee6e87e2143b7c6e27eccd67
"git@gitlab.labranet.jamk.fi:conduitmiau/kubetest.git" did not exist on "cadadfa8366fb2173feb97b31b76d6133bcb4a15"
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
te-team1/conduit-backend
Select target project
No results found
f5d9618cff83e7bcee6e87e2143b7c6e27eccd67
Select Git revision
Swap
Target
te-team1/conduit-backend
Select target project
te-team1/conduit-backend
1 result
77e6f156823a0c85fc20796b5d241c6ee84d41be
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Fix typo
· 3f0c4051
Jukka Veijanen
authored
4 years ago
3f0c4051
Merge branch 'fix-logger-type' into 'master'
· f5d9618c
AA6135
authored
4 years ago
Fix typo See merge request
!15
f5d9618c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
logger.js
+1
-1
1 addition, 1 deletion
logger.js
with
1 addition
and
1 deletion
logger.js
View file @
f5d9618c
const
{
createLogger
,
transports
,
format
}
=
require
(
'
winston
'
)
constlogger
=
createLogger
({
const
logger
=
createLogger
({
transports
:
[
newtransports
.
File
({
filename
:
'
error.log
'
,
...
...
This diff is collapsed.
Click to expand it.