Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
log-schema-node
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
logging
log-schema-node
Commits
9da74271
Commit
9da74271
authored
Feb 26, 2019
by
Eirik Alvær
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure import of log-schema.json is done correctly.
parent
984d9b87
Pipeline
#17160
passed with stage
in 21 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
904 deletions
+2
-904
index.ts
index.ts
+2
-1
package-lock.json
package-lock.json
+0
-903
No files found.
index.ts
View file @
9da74271
import
*
as
schema
from
"
../log-schema/log-schema.json
"
;
const
schema
=
require
(
"
../log-schema/log-schema.json
"
);
import
ExpressLogger
=
require
(
"
./ExpressLogger
"
);
export
{
schema
,
ExpressLogger
};
...
...
package-lock.json
View file @
9da74271
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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