Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
ska-logging
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LOFAR2.0
ska-logging
Commits
dcb71ec4
Unverified
Commit
dcb71ec4
authored
3 years ago
by
SKAJohanVenter
Browse files
Options
Downloads
Patches
Plain Diff
SAR-293
Fixed linting issue. Fixed readthedocs link
parent
fcffe224
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
src/ska_ser_logging/__init__.py
+1
-1
1 addition, 1 deletion
src/ska_ser_logging/__init__.py
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
dcb71ec4
SKA Logging Configuration Library
=================================
[

](https://developer.ska
telescope.org
/projects/ska-ser-logging/en/latest/?badge=latest)
[

](https://developer.ska
o.int
/projects/ska-ser-logging/en/latest/?badge=latest)
This project allows standard logging configuration across all SKA projects. The format used is described in detail
on the
[
developer portal
](
https://developer.skatelescope.org/en/latest/development/logging-format.html
)
.
...
...
This diff is collapsed.
Click to expand it.
src/ska_ser_logging/__init__.py
+
1
−
1
View file @
dcb71ec4
...
...
@@ -23,7 +23,7 @@ try:
except
ImportError
:
# pragma: no cover
import
time
as
_time
__version__
=
"
0.0+unknown.{
}
"
.
format
(
_time
.
strftime
(
"
%Y%m%d%H%M
"
))
__version__
=
f
"
0.0+unknown.
{
_time
.
strftime
(
'
%Y%m%d%H%M
'
)
}
"
else
:
# pragma: no cover
__version__
=
_katversion
.
get_version
(
__path__
[
0
])
# END VERSION CHECK
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