tobya / tobya/DocTo

Json Logs

Open
#245 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Pascal
Stars
512
Forks
60
PR merge metrics
No merged PRs in 30d

Description

Docto is used as part of larger scripts and projects.

Would be useful to get output as json .

Would be possible to simply build json as part of Log call. Each log call could be logged to a json script with a type

docto : [

output: [
{timestamp: now , type: 'info', output : "fileconverted: c:\ etc etc"}
]

]

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating Docto's command-line logging path and reviewing how each log call currently produces output. Define the JSON structure from the requested docto and output fields, including timestamp, type, and output, then verify that log calls can produce the requested JSON output for use by larger scripts.

Written by the indexing model from the issue text.

Assessment

Tech stack
json
Domain
cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.