Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
silkaj
silkaj
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 154
    • Issues 154
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • clients
  • python
  • silkajsilkaj
  • Issues
  • #174

Closed
Open
Opened Jan 15, 2019 by Moul@moulOwner

Introduce a logging system

Five logging levels

  • debug: --debug, -vv
  • info: --info, -v/--verbose
  • warning: always displayed, could be hidden with --silent
  • critical: always displayed
  • error: always displayed

Store all this logs into logging files

  • $HOME/.config/silkaj/silkaj.log
  • no root installation into /var/log/silkaj/silkaj.log because this is not a service, but an application
  • log rotation?

Useful to see the sent documents.

To display send documents:

logging.info(transaction.signed_raw())
Edited Jan 18, 2020 by Moul
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
0.8.0
Milestone
0.8.0 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: clients/python/silkaj#174