Skip to content

Conversation

@SebSept
Copy link
Contributor

@SebSept SebSept commented Jan 14, 2026

doc about loggin utilities

@SebSept SebSept requested a review from Copilot January 14, 2026 11:16
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@@ -0,0 +1,144 @@
Logging Systems and history
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider changing 'history' to 'History' to match title case formatting.

Suggested change
Logging Systems and history
Logging Systems and History

Copilot uses AI. Check for mistakes.
~~~~~

Developers can read or empty the logs using regular system utilities (tail, cat, ...).
Throwing an uncactched exception will write contents php-errors.log file. What is logged depend on configuration (see below).
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling of 'uncactched' to 'uncaught' and 'depend' to 'depends'.

Suggested change
Throwing an uncactched exception will write contents php-errors.log file. What is logged depend on configuration (see below).
Throwing an uncaught exception will write contents of the php-errors.log file. What is logged depends on configuration (see below).

Copilot uses AI. Check for mistakes.
try {
doSomethingThatMayTriggerAnException();
} catch (Exception $e) {
Toolbox::logDebug("Something wrong happend : " . $e->getMessage());
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling of 'happend' to 'happened'.

Suggested change
Toolbox::logDebug("Something wrong happend : " . $e->getMessage());
Toolbox::logDebug("Something wrong happened : " . $e->getMessage());

Copilot uses AI. Check for mistakes.
translations
acl
crontasks
loggin
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The filename and reference 'loggin' should be 'logging' (correct spelling).

Suggested change
loggin
logging

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant