You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the INFO logging (application output) is too much to be part of the script output. I'd consider adding some additional script logging e.g. "Loading templates..." and then have a verbose -v flag to show INFO e.g. "Templates found..".
(Additionally - different issue - there's the question to separate INFO + DEBUG output, e.g. for the latter "Calling sql.Open...")
This feedback is based on my apcore example installation experience.
An example of log output of
./example init-db
:Lotsa output. The individual templates loading might be DEBUG level info, giving with loglevel == INFO:
Another example:
Possible output with loglevel == DEBUG:
Note: Made some changes to log message style. TBD... E.g. if you log a "Loading..." msg, should it be followed by a "Loaded [success]" msg?
The text was updated successfully, but these errors were encountered: